From b9752634f71ecdce64bcb7e22732692416321696 Mon Sep 17 00:00:00 2001 From: joaquinelio Date: Sat, 3 Apr 2021 18:53:16 -0300 Subject: [PATCH] Update article.md --- 6-data-storage/01-cookie/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-data-storage/01-cookie/article.md b/6-data-storage/01-cookie/article.md index ee007d97..f7de5938 100644 --- a/6-data-storage/01-cookie/article.md +++ b/6-data-storage/01-cookie/article.md @@ -100,7 +100,7 @@ A domain defines where the cookie is accessible. In practice though, there are l It's a safety restriction, to allow us to store sensitive data in cookies that should be available only on one site. -By default, a cookie is accessible only at the domain level that set it. +By default, a cookie is accessible only at the domain that set it. ...What's tricky, we won't get the cookie at a subdomain `forum.site.com`!