Skip to content

Releases: xtian/plug_content_security_policy

v0.2.1

10 Aug 13:20
Compare
Choose a tag to compare

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

08 Aug 13:39
Compare
Choose a tag to compare

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