minor fix
errata
This commit is contained in:
parent
be342e50e3
commit
4a5b5ad274
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue