Skip to content

Commit 3827a7c

Browse files
committed
Fix link and improve description for sameSite
1 parent 3858679 commit 3827a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Cookies.remove('name')
261261

262262
### sameSite
263263

264-
A [`String`], either `lax` or `strict`, prevents the browser from sending cookie along with cross-site requests.
264+
A [`String`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String), with possible values `lax` or `strict`, prevents the browser from sending cookie along with cross-site requests.
265265

266266
Default: not set, i.e. include cookie in any request.
267267

0 commit comments

Comments
 (0)