mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-10 08:10:52 +00:00
3.5.527. Tooltips! Lots of changes to how link tooltips render. And some stuff about the dark theme I guess.
This commit is contained in:
parent
231e2839e8
commit
9e845b171e
14 changed files with 534 additions and 181 deletions
|
@ -70,6 +70,7 @@ func (backend *backendInfo) UnsealRequest(form url.Values) (url.Values, error) {
|
|||
dec := base64.NewDecoder(base64.URLEncoding, strings.NewReader(nonceString))
|
||||
count, err := dec.Read(nonce[:])
|
||||
if err != nil {
|
||||
fmt.Println("Error reading nonce");
|
||||
Statistics.BackendVerifyFails++
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue