Merge pull request #1154 from Violet-Bora-Lee/patch-12

minor fix
This commit is contained in:
Ilya Kantor 2019-07-16 08:36:51 +03:00 committed by GitHub
commit 08533d4395
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,7 +184,7 @@ document.cookie = "user=John; secure";
## samesite
That's another security attribute `somesite`. It's designed to protect from so-called XSRF (cross-site request forgery) attacks.
That's another security attribute `samesite`. It's designed to protect from so-called XSRF (cross-site request forgery) attacks.
To understand how it works and when it's useful, let's take a look at XSRF attacks.