diaspora_federation/app/controllers/diaspora_federation
Benjamin Neff 8a8678c97b
Disable forgery protection for ReceiveController
This is enabled by default since rails 5.2, but it doesn't make sense
for the /receive/ routes, because they are called without a session and
without a token.
2022-07-23 02:15:53 +02:00
..
application_controller.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
fetch_controller.rb Add rails 7 support 2022-07-18 02:25:23 +02:00
h_card_controller.rb Add frozen_string_literal to all files 2019-10-21 03:11:12 +02:00
receive_controller.rb Disable forgery protection for ReceiveController 2022-07-23 02:15:53 +02:00
webfinger_controller.rb Remove legacy Webfinger handling 2021-11-27 03:56:52 +01:00