class ActionDispatch::ContentSecurityPolicy::Middleware

def policy_present?(headers)

def policy_present?(headers)
  headers[POLICY] || headers[POLICY_REPORT_ONLY]
end