We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5321b4 + 4a5b5ad commit 08533d4Copy full SHA for 08533d4
6-data-storage/01-cookie/article.md
@@ -184,7 +184,7 @@ document.cookie = "user=John; secure";
184
185
## samesite
186
187
-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.
188
189
To understand how it works and when it's useful, let's take a look at XSRF attacks.
190
0 commit comments