Skip to content

Releases: fictive-kin/flask-csp

Blueprint Ready

17 Jun 14:56
837cc4f
Compare
Choose a tag to compare

This version allows for assigning different CSP output to a Flask Blueprint. Thus allowing for simpler overriding of the app-level CSP settings, rather than using a decorator on each and every view within a Blueprint to achieve the same result.

Decorator and App-level extension functionality is unchanged.

Initial Release

08 Jun 19:01
5fdfcc9
Compare
Choose a tag to compare

The initial working version