Releases: Flowpack/Flowpack.ContentSecurityPolicy
Releases · Flowpack/Flowpack.ContentSecurityPolicy
2.0.0 - removed support for deprecated configuration format
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': trueRenamed 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.