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.
2 parents 0dc7fee + fac659e commit 6b52428Copy full SHA for 6b52428
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