You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers/api/web
Patrick Figel 537d2939b1 Suppress CSRF token warnings (#6240)
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.
7 years ago
..
embeds_controller.rb Embed modal (#4748) 7 years ago
push_subscriptions_controller.rb Suppress CSRF token warnings (#6240) 7 years ago
settings_controller.rb Clean up for api/base controller (#3629) 8 years ago