Closed Bug 1605014 Opened 5 years ago Closed 3 months ago

DoH Rollout Extension: Add remote update function/pref

Categories

(Core :: Networking: DNS, enhancement, P3)

Desktop
Unspecified
enhancement

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 of 2 to 0 and disable heuristics
  • Set all network.trr.mode users with value of 0 to 2 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";

Nhi, do you know the story behind this? Do we need this urgently?

Flags: needinfo?(nhnguyen)

We want a mechanism to undo the addon's actions if necessary. I'd say this is P3.

Flags: needinfo?(nhnguyen)
Priority: -- → P3
Severity: normal → S3
Severity: normal → S3
Component: Security → Networking: DNS
Product: Firefox → Core
Version: 73 Branch → unspecified

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: 3 months ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.