ContentSecurityPolicy makes working with the "Content-Security-Policy"
response header simple.
Official Documentation can be found on HexDocs.
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