method
forgery_whitelisted?
forgery_whitelisted?()
public
Hide source
# File actionpack/lib/action_dispatch/http/request.rb, line 127 def forgery_whitelisted? get? || xhr? || content_mime_type.nil? || !content_mime_type.verify_request? end


