Record a Glean event for sites purged by Bounce Tracking Protection
Categories
(Core :: Privacy: Anti-Tracking, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: pbz, Assigned: pbz)
References
Details
Attachments
(6 files, 2 obsolete files)
1.02 KB,
text/plain
|
cboozarjomehri
:
data-review+
|
Details |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
cboozarjomehri
:
data-review+
|
Details | Review |
These events should be Nightly only since they include the site host that has been purged. This data will be essential for determining the false positive detection rate of the feature.
Here is a draft:
bounce.tracking.protection:
action_purge:
type: event
description: >
Dispatched whenever a bounce tracker site is purged.
bugs:
- https://bugzilla.mozilla.org/xxxxxx
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=xxxxxxx
data_sensitivity:
- stored_content
notification_emails:
- pbz@mozilla.com
- bvandersloot@mozilla.com
expires: never
extra_keys:
site_host:
description: The site host of which the data has been purged.
type: string
bounce_time:
description: Timestamp (seconds since epoch) of the last detected bounce.
type: quantity
success:
description: Whether the purge data call was successful. false indicates an error in ClearDataService.
type: boolean
Assignee | ||
Comment 1•8 months ago
|
||
The event is only collected in pre-release channels, since it contains siteHost which is considered
category 3 data.
Updated•8 months ago
|
Assignee | ||
Comment 2•8 months ago
|
||
Comment 3•8 months ago
|
||
Based on the context outlined in this document, as well as the Fabricator patch and the fact this is for Nightly users and not collecting the specific domain a user navigated to but instead the purged URI of the bounce tracker host, I believe this collection qualifies as Cat 2 and passes review.
Assignee | ||
Comment 4•8 months ago
|
||
Thanks Cameron! For clarification: we don't report the full URI, but only the site host (eTLD+1). Also strictly speaking this new event isn't only collected in Nightly, but Nightly and early Beta, as is usually for pre-release telemetry or experiments. I Just want to make sure that this doesn't change your verdict here. Thanks!
https://hg.mozilla.org/mozilla-central/rev/dcee8826f797
https://hg.mozilla.org/mozilla-central/rev/3f3c9202fe55
Assignee | ||
Comment 9•7 months ago
|
||
This reverts commit d13642ffba96ff2b73f1b442387fbea6f986fdab.
Assignee | ||
Comment 10•7 months ago
|
||
This reverts commit 48bde0422353201d2c978de5311a8706ac95d72b.
Comment 11•7 months ago
|
||
Comment 12•7 months ago
•
|
||
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 13•6 months ago
|
||
Assignee | ||
Comment 14•6 months ago
|
||
Updated•6 months ago
|
Updated•6 months ago
|
Assignee | ||
Comment 15•6 months ago
|
||
Comment 16•6 months ago
|
||
Comment on attachment 9405286 [details]
Bug 1889444 - Tests, r=#anti-tracking!
Changes made to address data steward recommendations
Comment 19•6 months ago
|
||
Confirming that team agreed to data steward recommendations of 1) treating pre-release and release the same, 2) using OHTTP in both, and 3) removing client ID for both. Patch drafts created and no further issues on our side, thanks!
Comment 20•5 months ago
|
||
Comment 21•5 months ago
|
||
Backed out for causing build bustages in ClearDataCallback.h.
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/toolkit/components/antitracking/bouncetrackingprotection/ClearDataCallback.h(37,10): error: private field 'mBounceTime' is not used [-Werror,-Wunused-private-field]
Comment 22•5 months ago
|
||
Comment 23•5 months ago
|
||
Backed out for causing xpcshell failures on test_JOG.js
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Updated•5 months ago
|
Comment 24•5 months ago
|
||
Comment 25•5 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/11dfe3f3bad6
https://hg.mozilla.org/mozilla-central/rev/4e5b69dba375
https://hg.mozilla.org/mozilla-central/rev/ac73c5d0e3ee
Updated•5 months ago
|
Updated•5 months ago
|
Description
•