Skip to content

Commit b23ec4f

Browse files
john-redddougwilson
authored andcommitted
docs: note about samesite attribute and secure requirements
closes #778
1 parent 034fd4e commit b23ec4f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ More information about the different enforcement levels can be found in
110110
**Note** This is an attribute that has not yet been fully standardized, and may change in
111111
the future. This also means many clients may ignore this attribute until they understand it.
112112

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

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

0 commit comments

Comments
 (0)