Skip to content

Commit

Permalink
docs: document default cookie.sameSite
Browse files Browse the repository at this point in the history
closes #783
  • Loading branch information
dougwilson committed Mar 27, 2022
1 parent 9ea6d4a commit 5df613c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -97,6 +97,7 @@ is the root path of the domain.
##### cookie.sameSite

Specifies the `boolean` or `string` to be the value for the `SameSite` `Set-Cookie` attribute.
By default, this is `false`.

- `true` will set the `SameSite` attribute to `Strict` for strict same site enforcement.
- `false` will not set the `SameSite` attribute.
Expand Down

0 comments on commit 5df613c

Please sign in to comment.