Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 68b8a91

Browse files
authored
typo and readme update
1 parent 07d5e0e commit 68b8a91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,13 @@ cookies.get( "name" ); // => "value"
236236
cookies.remove( "name", httpOnlyCookie );
237237
```
238238

239-
### sameSize
239+
### sameSite
240240

241241
Define whether your cookie should be restricted to a first party or same-site context
242242

243-
**Default:** Lax
243+
**Default:** not set
244+
245+
Note that more recent browsers are making "Lax" the default value even without specifiying anything here.
244246

245247
**Examples:**
246248

0 commit comments

Comments
 (0)