This repository was archived by the owner on Mar 29, 2026. It is now read-only.
v4.6.4: CSRF improvements
- Add a CSRF warning to the readme
- Fix grammar issues in the readme (Thanks Webstorm, I guess?)
- Move to
letandconstovervar - Resolve onJoinRequestHandled bugs
- Add a warning when CSRF function is used while not 'logged in'
- Adde a note about refreshing cookies to the readme, and whether it's really needed.
- Remove all of the needless CSRF usages in GET requests, which by their very nature do not require a csrf token.
- Fix getPlayers issues
- Add type declaration for setCookie, refreshCookie. Thanks o-y.