Method: Hanami::Config::Actions::ContentSecurityPolicy#delete
- Defined in:
- lib/hanami/config/actions/content_security_policy.rb
#delete(key) ⇒ Object
Deletes a CSP key
95 96 97 |
# File 'lib/hanami/config/actions/content_security_policy.rb', line 95 def delete(key) @policy.delete(key) end |