Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

v4.6.4: CSRF improvements

Choose a tag to compare

@Neztore Neztore released this 29 Jul 13:02
· 431 commits to master since this release
ed043b5
  • Add a CSRF warning to the readme
  • Fix grammar issues in the readme (Thanks Webstorm, I guess?)
  • Move to let and const over var
  • 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.