method
new
v7.1.3.2 -
Show latest stable
- Class:
ActionDispatch::ContentSecurityPolicy::Middleware
new(app)public
No documentation available.
# File actionpack/lib/action_dispatch/http/content_security_policy.rb, line 28
def initialize(app)
@app = app
end