We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034fd4e commit b23ec4fCopy full SHA for b23ec4f
1 file changed
README.md
@@ -110,6 +110,10 @@ More information about the different enforcement levels can be found in
110
**Note** This is an attribute that has not yet been fully standardized, and may change in
111
the future. This also means many clients may ignore this attribute until they understand it.
112
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
+
117
##### cookie.secure
118
119
Specifies the `boolean` value for the `Secure` `Set-Cookie` attribute. When truthy,
0 commit comments