Simple forum software for building great communities.
Go to file
Franz Liedke aa43d1475e Implement middleware for CSRF token verification
This fixes a rather large oversight in Flarum's codebase, which was that
we had no explicit CSRF protection using the traditional token approach.

The JS frontend was actually sending these tokens, but the backend did
not require them.
2019-06-13 00:13:58 +02:00
framework/core Implement middleware for CSRF token verification 2019-06-13 00:13:58 +02:00