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 7f89df2 commit fac659eCopy full SHA for fac659e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 6.3.4
2
+
3
+- CSP: Do not deduplicate alternate schema source expressions (@keithamus): https://github.com/github/secure_headers/pull/478
4
5
## 6.3.3
6
7
Fix hash generation for indented helper methods (@rahearn)
lib/secure_headers/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SecureHeaders
- VERSION = "6.3.3"
+ VERSION = "6.3.4"
end
0 commit comments