Skip to content

Commit 5cb1898

Browse files
authored
Merge pull request #131 from igorbenav/igorbenav-patch-1
Update README.md
2 parents 8467efb + 487404e commit 5cb1898

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
@@ -1440,7 +1440,7 @@ response.set_cookie(
14401440
You may change it to suit your needs. The possible options for `samesite` are:
14411441

14421442
- `Lax`: Cookies will be sent in top-level navigations (like clicking on a link to go to another site), but not in API requests or images loaded from other sites.
1443-
- `Strict`: Cookies will be sent in top-level navigations (like clicking on a link to go to another site), but not in API requests or images loaded from other sites.
1443+
- `Strict`: Cookies are sent only on top-level navigations from the same site that set the cookie, enhancing privacy but potentially disrupting user sessions.
14441444
- `None`: Cookies will be sent with both same-site and cross-site requests.
14451445

14461446
#### 5.12.2 Usage

0 commit comments

Comments
 (0)