# File lib/action_controller/metal/request_forgery_protection.rb, line 75
      def verify_authenticity_token
        unless verified_request?
          logger.warn "WARNING: Can't verify CSRF token authenticity" if logger
          handle_unverified_request
        end
      end