instance method
nonce_directive?
Ruby on Rails 5.2.8.1
Since v5.2.8.1 PrivateSignature
nonce_directive?(directive)
No documentation comment.
Parameters
-
directivereq
Source
# File actionpack/lib/action_dispatch/http/content_security_policy.rb, line 260
def nonce_directive?(directive)
NONCE_DIRECTIVES.include?(directive)
end
Defined in actionpack/lib/action_dispatch/http/content_security_policy.rb line 260
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ContentSecurityPolicy