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