# File lib/rack/protection/base.rb, line 37 def safe?(env) %w[GET HEAD OPTIONS TRACE].include? env['REQUEST_METHOD'] end