mozilla / doh-rollout

DEPRECATED - Add on for initial DoH rollout
Mozilla Public License 2.0
7 stars 4 forks source link

Add remote update pref #178

Closed maxxcrawford closed 4 years ago

maxxcrawford commented 4 years ago

Watch/listen for pref that if detected can do one of the following:

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-nguyen commented 4 years ago

@maxxcrawford what's the status of this issue?

maxxcrawford commented 4 years ago

No progress on this has been made. This was stalled during the transition to v1.3/in-tree. I recommend migrating the bug to Bugzilla. Want me to do that?

nhi-nguyen commented 4 years ago

@maxxcrawford yes please and close this bug when that's done.

maxxcrawford commented 4 years ago

Bugzilla bug filed: https://bugzilla.mozilla.org/show_bug.cgi?id=1605014