Method: ActionDispatch::ContentSecurityPolicy::Request#content_security_policy_nonce_directives
- Defined in:
- actionpack/lib/action_dispatch/http/content_security_policy.rb
#content_security_policy_nonce_directives ⇒ Object
104 105 106 |
# File 'actionpack/lib/action_dispatch/http/content_security_policy.rb', line 104 def content_security_policy_nonce_directives get_header(NONCE_DIRECTIVES) end |