Skip to content

Commit 0d1eb1b

Browse files
committed
version bump for SameSite=none
1 parent 390fc00 commit 0d1eb1b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.1.2
2+
3+
Adds the ability to specify `SameSite=none` with the same configurability as `Strict`/`Lax` in order to disable Chrome's soon-to-be-lax-by-default state.
4+
15
## 6.1.1
26

37
Adds the ability to disable the automatically-appended `'unsafe-inline'` value when nonces are used #404 (@will)

lib/secure_headers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SecureHeaders
4-
VERSION = "6.1.1"
4+
VERSION = "6.1.2"
55
end

0 commit comments

Comments
 (0)