Skip to content

Commit a73b189

Browse files
A couple of missing bounce tracking changes (#41988)
1 parent 826b3d3 commit a73b189

File tree

2 files changed

+2
-2
lines changed
  • files/en-us

2 files changed

+2
-2
lines changed

files/en-us/glossary/site/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page-type: glossary-definition
55
sidebar: glossarysidebar
66
---
77

8-
Informally, a _site_ is a website, which is a collection of web pages, served from the same domain, and maintained by a single organization (as defined by {{Glossary("eTLD#etld1", "eTLD+1")}}).
8+
Informally, a _site_ is a website, which is a collection of web pages, served from the same domain and maintained by a single organization, defined by {{Glossary("eTLD#etld1", "eTLD+1")}}.
99

1010
Browsers sometimes need to distinguish precisely between different sites. For example, the browser must only send [`SameSite`](/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie#samesitesamesite-value) cookies to the same site that set them.
1111

files/en-us/web/privacy/guides/bounce_tracking_mitigations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The process works as follows:
6565
2. The browser periodically examines its list of flagged sites and checks to see if the user has actively used the site by interacting with it within the last 45 days. Example interactions include clicking a button, entering data into a form, and scrolling the site. The interaction can occur before, during, or after the bounce was detected.
6666
3. If the site does not have any user interaction and third-party cookies are blocked, then its state will be deleted.
6767

68-
The heuristic operates on {{glossary("site", "sites")}} (as defined by {{Glossary("eTLD#etld1", "eTLD+1")}}). As a result, both `foo.site1.example` and `bar.site1.example` are treated as `site1.example`.
68+
The heuristic operates on {{glossary("site", "sites")}} defined by {{Glossary("eTLD#etld1", "eTLD+1")}}. As a result, both `foo.site1.example` and `bar.site1.example` are treated as `site1.example`.
6969

7070
### Stateful versus stateless bounces
7171

0 commit comments

Comments
 (0)