# File lib/action_controller/request_forgery_protection.rb, line 94 def verifiable_request_format? request.format.html? || request.format.js? end