Merge pull request #1927 from kumarvaibhav45/patch-1

fixed typos
This commit is contained in:
Ilya Kantor 2020-05-27 11:51:32 +03:00 committed by GitHub
commit e1b44e8012

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.