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.
2 parents 5963b3d + 1b2f173 commit 45511faCopy full SHA for 45511fa
actionmailbox/app/controllers/action_mailbox/base_controller.rb
@@ -3,7 +3,7 @@
3
module ActionMailbox
4
# The base class for all Action Mailbox ingress controllers.
5
class BaseController < ActionController::Base
6
- skip_forgery_protection
+ skip_forgery_protection if default_protect_from_forgery
7
8
before_action :ensure_configured
9
0 commit comments