minor fix

errata
This commit is contained in:
Violet.Lee 2019-07-16 10:52:43 +09:00 committed by GitHub
parent be342e50e3
commit 4a5b5ad274
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.