Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-09 | Fix autoloading deprecation warnings from Rails 6 (#16010) | Eugen Rochko | |
2018-01-15 | Suppress CSRF token warnings (#6240) | Patrick Figel | |
CSRF token checking was enabled for API controllers in #6223, producing "Can't verify CSRF token authenticity" log spam. This disables logging of failed CSRF checks. This also changes the protection strategy for PushSubscriptionsController to use exceptions, making it consistent with other controllers that use sessions. |