Skip to content

Releases: Flowpack/Flowpack.ContentSecurityPolicy

2.0.0 - removed support for deprecated configuration format

30 Apr 08:12
8c1f8ea

Choose a tag to compare

What's Changed

  • change!: remove deprecated config support by @t-heuser in #17
  • change!: rename config throw-invalid-directive-exception to throw-exception-on-configuration-error by @t-heuser in #18

Full Changelog: 1.3.0...2.0.0

Upgrade instructions

Removed deprecated config support - high impact change

The support for the old configuration pattern was removed, you need to update your Settings.yaml files to the new pattern:

frame-src:
    # Removed list format
     - 'https://www.youtube.com':
     - 'https://staticxx.facebook.com':
   
    # New object format
    'https://www.youtube.com': true
    'https://staticxx.facebook.com': true

Renamed config throw-invalid-directive-exception - low impact change

The config throw-invalid-directive-exception was renamed to throw-exception-on-configuration-error.
For more information on this consult the README.

1.3.0

24 Apr 13:14
b15aff6

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.0

1.2.0

19 Jan 11:58
70424f9

Choose a tag to compare

What's Changed

  • FEATURE: config object format for directives to support merging CSP config split into different files by @fheinze in #11
  • Fix pipeline by @t-heuser in #13

New Contributors

Full Changelog: 1.1.1...1.2.0

1.1.1

17 Nov 12:38
30b6a62

Choose a tag to compare

What's Changed

  • BUGFIX: valid custom directive is not added to csp header by @t-heuser in #8

Full Changelog: 1.1.0...1.1.1

1.1.0

31 Jan 13:23
ec3e054

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

1.0.1

23 Oct 09:06
dba66ce

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

21 Oct 13:50
d8731f9

Choose a tag to compare

Initial release 🥳