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, "~> 1.0"}
]
end