Skip to content

Content Security Policy Library for Elixir and Plug

License

Notifications You must be signed in to change notification settings

talent-ideal/content_security_policy

 
 

Repository files navigation

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/talent-ideal/content_security_policy.git",
        tag: "v1.1.0"
      }
  ]
end

About

Content Security Policy Library for Elixir and Plug

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%