README.md
# ContentSecurityPolicy
`ContentSecurityPolicy` makes working with the `"Content-Security-Policy"`
response header simple.
[Official Documentation](https://hexdocs.pm/content_security_policy/getting-started.html)
can be found on HexDocs.
## Installation
The package can be installed by adding `content_security_policy` to your list
of dependencies in `mix.exs`:
```elixir
def deps do
[
{:content_security_policy, "~> 1.0"}
]
end
```