Flowdock
method

content_security_policy_nonce_directives

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: Request
content_security_policy_nonce_directives() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/http/content_security_policy.rb, line 78
      def content_security_policy_nonce_directives
        get_header(NONCE_DIRECTIVES)
      end
Register or log in to add new notes.