Skip to content

Commit 0664df0

Browse files
committed
docs
1 parent 623ac24 commit 0664df0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/cookies.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,14 @@ config.cookies = {
5252
}
5353
```
5454

55-
`Strict` and `Lax` enforcement modes can also be specified using a Hash.
55+
`Strict`, `Lax`, and `None` enforcement modes can also be specified using a Hash.
5656

5757
```ruby
5858
config.cookies = {
5959
samesite: {
6060
strict: { only: ['_rails_session'] },
61-
lax: { only: ['_guest'] }
61+
lax: { only: ['_guest'] },
62+
none: { only: ['_tracking'] },
6263
}
6364
}
6465
```

0 commit comments

Comments
 (0)