Skip to content

Commit 945fbae

Browse files
committed
version bump for 3.3.1
1 parent 0d054b7 commit 945fbae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.3.1 bugfix for boolean CSP directives
2+
3+
[@stefansundin](https://github.com/twitter/secureheaders/pull/253) noticed that supplying `false` to "boolean" CSP directives (e.g. `upgrade-insecure-requests` and `block-all-mixed-content`) would still include the value.
4+
15
## 3.3.0 referrer-policy support
26

37
While not officially part of the spec and not implemented anywhere, support for the experimental [`referrer-policy` header](https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-header) was [preemptively added](https://github.com/twitter/secureheaders/pull/249).

secure_headers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
Gem::Specification.new do |gem|
33
gem.name = "secure_headers"
4-
gem.version = "3.3.0"
4+
gem.version = "3.3.1"
55
gem.authors = ["Neil Matatall"]
66
gem.email = ["[email protected]"]
77
gem.description = 'Security related headers all in one gem.'

0 commit comments

Comments
 (0)