Skip to content

Commit

Permalink
Fix typos (#5751)
Browse files Browse the repository at this point in the history
Signed-off-by: cuithon <dscs@outlook.com>
  • Loading branch information
cuithon committed Mar 12, 2024
1 parent 0c6a25d commit 11413d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -61,7 +61,7 @@ future styling).
|> clear_session()
```

*Note*: because the session id is in a http-only cookie by default, the only way to perform this attack prior to this change is if your application was already vulnerable to an XSS attack, which itself grants more escalated "priveleges” than the CSRF fixation.
*Note*: because the session id is in a http-only cookie by default, the only way to perform this attack prior to this change is if your application was already vulnerable to an XSS attack, which itself grants more escalated "privileges” than the CSRF fixation.

## JavaScript Client Enhancements
* Only memorize longpoll fallback for browser session if WebSocket never had a successful connection
Expand Down

0 comments on commit 11413d9

Please sign in to comment.