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 b6ef2ed + 3adb9ba commit 0678a74Copy full SHA for 0678a74
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 6.5.0
2
+
3
+- CSP: Remove source expression deduplication. (@lgarron) https://github.com/github/secure_headers/pull/499
4
5
## 6.4.0
6
7
- CSP: Add support for trusted-types, require-trusted-types-for directive (@JackMc): https://github.com/github/secure_headers/pull/486
lib/secure_headers/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SecureHeaders
- VERSION = "6.4.0"
+ VERSION = "6.5.0"
end
0 commit comments