Closed
Bug 1605014
Opened 5 years ago
Closed 6 months ago
DoH Rollout Extension: Add remote update function/pref
Categories
(Core :: Networking: DNS, enhancement, P3)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox73 | --- | affected |
People
(Reporter: maxx, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [trr])
Ported from GitHub issue #178
Summary:
Watch/listen for pref that if detected can do one of the following:
- Leave
network.trr.mode
setting as is and disable heuristics - Set all
network.trr.mode
users with value of2
to0
and disable heuristics - Set all
network.trr.mode
users with value of0
to2
and disable heuristics
Note: Any user with a network.trr.mode
of 3
or 5
would not be targeted. Additionally, heuristics will already be disabled for them.
// Pref that will clean up after the add-on in case of emergency.
const DOH_REMOTE_DISABLE_PREF = "doh-rollout.remote-disable";
Comment 1•5 years ago
|
||
Nhi, do you know the story behind this? Do we need this urgently?
Flags: needinfo?(nhnguyen)
Comment 2•5 years ago
•
|
||
We want a mechanism to undo the addon's actions if necessary. I'd say this is P3.
Flags: needinfo?(nhnguyen)
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Severity: normal → S3
Updated•6 months ago
|
Component: Security → Networking: DNS
Product: Firefox → Core
Version: 73 Branch → unspecified
Comment 3•6 months ago
|
||
Any user who has the mode pref changed will not run the doh-rollout code.
Not sure when that got fixed.
Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•