We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9cf26 commit 7abac5dCopy full SHA for 7abac5d
actionpack/lib/action_controller/metal/request_forgery_protection.rb
@@ -626,6 +626,7 @@ def protect_against_forgery? # :doc:
626
If you cannot change the referrer policy, you can disable origin checking with the
627
Rails.application.config.action_controller.forgery_protection_origin_check setting.
628
MSG
629
+ private_constant :NULL_ORIGIN_MESSAGE
630
631
# Checks if the request originated from the same origin by looking at the Origin
632
# header.
0 commit comments