Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 446 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 446 Bytes

ContentSecurityPolicy

ContentSecurityPolicy makes working with the "Content-Security-Policy" response header simple.

Official Documentation can be found on HexDocs.

Installation

The package can be installed by adding content_security_policy to your list of dependencies in mix.exs:

def deps do
  [
    {:content_security_policy, "~> 1.0"}
  ]
end