We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494b75f commit 084f517Copy full SHA for 084f517
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 6.4.0
2
+
3
+- CSP: Add support for trusted-types, require-trusted-types-for directive (@JackMc): https://github.com/github/secure_headers/pull/486
4
5
## 6.3.4
6
7
- CSP: Do not deduplicate alternate schema source expressions (@keithamus): https://github.com/github/secure_headers/pull/478
lib/secure_headers/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SecureHeaders
- VERSION = "6.3.4"
+ VERSION = "6.4.0"
end
0 commit comments