We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8007c4f commit a8531e7Copy full SHA for a8531e7
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 3.5.1
2
+
3
+* Fix bug that can occur when useragent library version is older, resulting in a nil version sometimes.
4
+* Add constant for `strict-dynamic`
5
6
## 3.5.0
7
8
This release adds support for setting two CSP headers (enforced/report-only) and management around them.
secure_headers.gemspec
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
gem.name = "secure_headers"
- gem.version = "3.5.0"
+ gem.version = "3.5.1"
gem.authors = ["Neil Matatall"]
gem.email = ["neil.matatall@gmail.com"]
gem.description = 'Security related headers all in one gem.'
0 commit comments