# File lib/action_controller/request_forgery_protection.rb, line 109
      def protect_against_forgery?
        allow_forgery_protection && request_forgery_protection_token
      end