instance method
policy_present?
Ruby on Rails 6.0.6
Since v5.2.8.1 PrivateSignature
policy_present?(headers)
No documentation comment.
Parameters
-
headersreq
Source
# File actionpack/lib/action_dispatch/http/content_security_policy.rb, line 41
def policy_present?(headers)
headers[POLICY] || headers[POLICY_REPORT_ONLY]
end
Defined in actionpack/lib/action_dispatch/http/content_security_policy.rb line 41
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ContentSecurityPolicy::Middleware