fixed typos

This commit is contained in:
Kumar Vaibhav 2020-05-26 15:20:30 +05:30 committed by GitHub
parent 0da5b2b68c
commit 4fe42ddb74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
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.