secure_headers icon indicating copy to clipboard operation
secure_headers copied to clipboard

HTTP security headers for Phoenix/Plug

Results 2 secure_headers issues
Sort by recently updated
recently updated
newest added

I am using latest version on master I added this in my config.exs ``` config :secure_headers, SecureHeaders, config: [ content_security_policy: "require-sri-for script;", http_public_key_pins: "", strict_transport_security: "max-age=631138519", x_content_type_options: "nosniff", x_download_options: "noopen",...

Elixir 1.5.1. When I attempt to compile with secure_headers 0.0.1 added to my project's dependencies, I get this error: ``` == Compilation error in file lib/headers/x_xss_protection.ex == ** (ArgumentError) expected...