# File lib/rack/protection/form_token.rb, line 18 def accepts?(env) env["HTTP_X_REQUESTED_WITH"] == "XMLHttpRequest" or super end