Files
nairobi/config
Javi Martín 611d729080 Enable per form CSRF tokens
This is the default for new Rails application, and adds an extra layer
of security since now the token will only be valid for its action, and
so attackers managing to change the form action will not do any harm
since the CSRF token will not work for the attackers' action.

Note that we've had InvalidAuthenticityToken exceptions for years; if we
keep getting them, chances are this change is *not* related.
2020-10-04 15:47:20 +02:00
..
2020-09-23 17:22:46 +02:00
2020-10-04 15:47:20 +02:00
2019-04-16 17:28:06 +02:00
2019-04-16 17:28:06 +02:00
2020-08-06 12:38:18 +02:00
2019-11-01 20:08:46 +01:00