Releases: xtian/plug_content_security_policy
Releases · xtian/plug_content_security_policy
v0.2.1
Additions
- Log warning when
report_only
is enabled but no report_uri
is specified
- Log warning when
nonces_for
contains a value other than script_src
or style_src
v0.2.0
Additions
- Support
content-security-policy-report-only
header and report_uri
directive
Breaking Changes
- Only support Elixir 1.6+
- Only generate nonces for
style_src
and script_src
- Merge configuration passed to plug directly with config values set via Mix