Skip to content

Releases: GoogleCloudPlatform/flask-talisman

v0.7.0

28 May 19:35
cae1475
Compare
Choose a tag to compare
  • Remove pinned versions from example app dependencies (#41)
  • add argument to add/remove x-csp header (#39)
  • Use Nox instead of tox. (#37)
  • Minor CSP specific updates. (#36)
  • Fix typo in README.rst (#35)

v0.6.0

10 Oct 19:26
Compare
Choose a tag to compare
  • Fix handling policy directives with multiple sources. (#32)
  • Allow disabling X-Frame-Options headers by passing None. (#30)
  • Allow passing strings for FP and CSP during initialization. (#31)
  • Improve performance of nonce value creation (#28)
  • Add support for the Feature-Policy Header (#26)

v0.5.0

08 Mar 22:53
Compare
Choose a tag to compare
  • Adds support for a rotating CSP nonce value (#18)
  • Add example for CSP nonce & Jinja template integration (#19)

v0.4.1

25 Jan 03:30
Compare
Choose a tag to compare

Fix HSTS header for HTTPS requests through proxy (#15)

v0.4.0

13 Sep 19:33
Compare
Choose a tag to compare
  • Updated image-src to img-src and added example of passing css options. Fixes #12 (#13)
  • Add referrer policy security header (#10)
  • fix preload always disabled (#11)
  • Adding space between
     blocks in README. (#9)

v0.2.0

04 Nov 21:11
Compare
Choose a tag to compare

Add report-only CSP and force-file-save options.