Skip to content

Commit

Permalink
docs: note about samesite attribute and secure requirements
Browse files Browse the repository at this point in the history
closes #778
  • Loading branch information
john-redd authored and dougwilson committed May 17, 2021
1 parent 034fd4e commit b23ec4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ More information about the different enforcement levels can be found in
**Note** This is an attribute that has not yet been fully standardized, and may change in
the future. This also means many clients may ignore this attribute until they understand it.

**Note** There is a [draft spec](https://tools.ietf.org/html/draft-west-cookie-incrementalism-01)
that requires that the `Secure` attribute be set to `true` when the `SameSite` attribute has been
set to `'none'`. Some web browsers or other clients may be adopting this specification.

##### cookie.secure

Specifies the `boolean` value for the `Secure` `Set-Cookie` attribute. When truthy,
Expand Down

0 comments on commit b23ec4f

Please sign in to comment.