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 a9e3f57 commit d7cc4d5Copy full SHA for d7cc4d5
README.md
@@ -218,8 +218,6 @@ Set-Cookie: auth_cookie=abcdef0123; Domain=example.com; Max-Age=600; Secure; Htt
218
// This specifies the exact cookie that this config applies to. Attributes
219
// match the cookie attributes in RFC 6265bis and are parsed similarly to
220
// a normal Set-Cookie line, using the same default values.
221
- // These SHOULD be equivalent to the Set-Cookie line accompanying this
222
- // response.
223
"name": "auth_cookie",
224
"attributes": "Domain=example.com; Path=/; Secure; HttpOnly; SameSite=None"
225
// Attributes Max-Age and Expires will not contribute to whether a request
0 commit comments