Convert TRR split horizon mitigations to a doh-rollout heuristic
Categories
(Core :: Networking: DNS, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged])
Attachments
(5 files)
In bug 1656862 comment 8 we determined that a large part of the TRR_EXCLUDED value of the TRR_SKIP_REASON telemetry probe is caused by the split horizon mitigations on Windows - detection of VPN, Proxy, NRPT.
We should convert the detection to a doh-rollout heuristic because:
- it allows us to see the proportion of users who trigger each mitigation
- it wouldn't show TRR=on when in fact we skip doing TRR
- it would allow users who turn on TRR manually to actually use it properly without having to change other prefs
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D86366
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D86367
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D86369
Assignee | ||
Comment 5•4 years ago
|
||
Comment 6•4 years ago
|
||
Comment on attachment 9169142 [details]
trr_request.md
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, in the probe definition files and the Probe Dictionary.
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, the Firefox telemetry opt-out.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, Valentin will monitor the telemetry.
- Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, technical data.
- Is the data collection request for default-on or default-off?
Default-on.
- Does the instrumentation include the addition of any new identifiers (whether anonymous or otherwise; e.g., username, random IDs, etc. See the appendix for more details)?
No.
- Is the data collection covered by the existing Firefox privacy notice?
Yes.
- Does there need to be a check-in in the future to determine whether to renew the data?
No, permanent collection.
- Does the data collection use a third-party collection tool?
No.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 8•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/58191045acd3
https://hg.mozilla.org/mozilla-central/rev/e90913de88ff
https://hg.mozilla.org/mozilla-central/rev/a82fff031cd8
https://hg.mozilla.org/mozilla-central/rev/bf0c6945edbe
Description
•