fixed typos
This commit is contained in:
parent
0da5b2b68c
commit
4fe42ddb74
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ A `samesite=lax` cookie is sent if both of these conditions are true:
|
||||||
|
|
||||||
So, what `samesite=lax` does is basically allows a most common "go to URL" operation to have cookies. E.g. opening a website link from notes satisfies these conditions.
|
So, what `samesite=lax` does is basically allows a most common "go to URL" operation to have cookies. E.g. opening a website link from notes satisfies these conditions.
|
||||||
|
|
||||||
But anything more complicated, like a network request from another site or a form submittion loses cookies.
|
But anything more complicated, like a network request from another site or a form submission loses cookies.
|
||||||
|
|
||||||
If that's fine for you, then adding `samesite=lax` will probably not break the user experience and add protection.
|
If that's fine for you, then adding `samesite=lax` will probably not break the user experience and add protection.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue