From d7e6452d626c5b9b737ca3bcc212e05d10ced24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C2=A1ke?= <77801554+front42@users.noreply.github.com> Date: Fri, 20 Mar 2026 22:39:51 +0300 Subject: [PATCH] feat: edit id to match svg in cookie article.md en --- 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 1b9e934144..5b04608a1d 100644 --- a/6-data-storage/01-cookie/article.md +++ b/6-data-storage/01-cookie/article.md @@ -365,7 +365,7 @@ A cookie is called "third-party" if it's placed by a domain other than the page For instance: 1. A page at `site.com` loads a banner from another site: ``. -2. Along with the banner, the remote server at `ads.com` may set the `Set-Cookie` header with a cookie like `id=1234`. Such a cookie originates from the `ads.com` domain, and will only be visible at `ads.com`: +2. Along with the banner, the remote server at `ads.com` may set the `Set-Cookie` header with a cookie like `id=123`. Such a cookie originates from the `ads.com` domain, and will only be visible at `ads.com`: ![](cookie-third-party.svg)