Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 549 Bytes

File metadata and controls

24 lines (19 loc) · 549 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,
        git: "https://github.com/unill-io/content_security_policy.git",
        tag: "v1.1.1"
      }
  ]
end