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 afd3258 commit 92ac887Copy full SHA for 92ac887
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 6.1.1
2
+
3
+Adds the ability to disable the automatically-appended `'unsafe-inline'` value when nonces are used #404 (@will)
4
5
## 6.1
6
7
Adds support for navigate-to, prefetch-src, and require-sri-for #395
lib/secure_headers/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SecureHeaders
- VERSION = "6.1.0"
+ VERSION = "6.1.1"
end
0 commit comments