# File lib/action_controller/request_forgery_protection.rb, line 94 def verified_request? !protect_against_forgery? || request.method == :get || !verifiable_request_format? || form_authenticity_token == params[request_forgery_protection_token] end