# File lib/brakeman/tracker/config.rb, line 22 def allow_forgery_protection? @rails[:action_controller] and @rails[:action_controller][:allow_forgery_protection] == Sexp.new(:false) end