You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cookie is called "third-party" if it's placed by domain other than the user is visiting.
349
349
350
350
For instance:
351
-
1. A page at `site.com` loads an banner from another site: `<img src="https://ads.com/banner.png">`.
351
+
1. A page at `site.com` loads a banner from another site: `<img src="https://ads.com/banner.png">`.
352
352
2. Along with the banner, the remote server at `ads.com` may set `Set-Cookie` header with cookie like `id=1234`. Such cookie originates from `ads.com` domain, and will only be visible at `ads.com`:
353
353
354
354

@@ -357,7 +357,7 @@ For instance:
357
357
358
358

359
359
360
-
4. What's even more important, when the users moves from `site.com` to another site `other.com` that also has a banners, then `ads.com` gets the cookie, as it belongs to `ads.com`, thus recognizing the visitor and tracking him as he moves between sites:
360
+
4. What's even more important, when the users moves from `site.com` to another site `other.com` that also has a banner, then `ads.com` gets the cookie, as it belongs to `ads.com`, thus recognizing the visitor and tracking him as he moves between sites:
0 commit comments