Skip to content

Releases: wntrblm/flask-talisman

v1.1.0

03 Aug 12:00
98a31bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

17 Mar 14:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v1.0.0

v0.8.1

14 Jun 12:28
838c772
Compare
Choose a tag to compare

Fixed

  • CSP nonces were applied to all directives, instead of only the specified directives (#13), thanks @tunetheweb for fixing

v0.8.0

10 Jun 12:23
6051751
Compare
Choose a tag to compare

NOTE: This is the first release after the project was forked from GoogleCloudPlatform/flask-talisman.

Changes

  • object-src is now a default CSP directive with value 'none'. @QEDK (#2)
  • Document Policy and Permissions Policy are now supported. @tunetheweb (#3)
  • The ingest cohort directive for Permissions Policy is by default turned off (#3)
  • You can now disable the X-Content-Type-Options and X-XSS-Protection headers. By default they're turned on. @ezelbanaan (#4)
  • You can now specify SameSite attributes for session cookies; by default that's set to Lax. @tylersalminen #5
  • You can now customize nonce configuration per view / route. @tunetheweb (#6)
  • The length of the CSP nonce is now properly limited. @tunetheweb
  • Removed the legacy X-Content-Security-Policy header and its associated option, legacy_content_security_policy_header.

For maintainers

  • Moved CI / CD to Github Actions from Travis (#1)
  • Removed Python 3.4 from CI (#1)
  • Increased line length to 120 (#1)