method
new
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::ContentSecurityPolicy
new()public
No documentation available.
# File actionpack/lib/action_dispatch/http/content_security_policy.rb, line 141
def initialize
@directives = {}
yield self if block_given?
end