mozilla / doh-rollout

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

"network.trr.mode" is wrongly set to "2" when creating the "doh-rollout.enabled" pref #136

Closed heres-maria-sv-inactive closed 5 years ago

heres-maria-sv-inactive commented 5 years ago

[Affected Platforms]:

[Affected Versions]:

[Prerequisites]:

[Steps to reproduce]:

  1. Open the browser with the profile from prerequisites and navigate to "about:config".
  2. Add the "doh-rollout.enabled" boolean pref with the "true" value.
  3. Look at the "network.trr.mode" pref.

[Expected result]:

[Actual result]:

[Notes]:

maxxcrawford commented 5 years ago

This is actually an expected result now – we had an overall shift in heuristics, to where when the add-on is added/toggle on with the doh-rollout.enabled pref, it runs heuristics and flips to yes automatically. The only time doesn’t flip, is on user-choice/heuristics detection/policy setup.

As the initial goal is for the DoH Rollout to be a “opt-out” add-on, this change aligns more with that.

@nhi-nguyen Thoughts?

nhi-nguyen commented 5 years ago

@heres-maria It's not clear to me what the issue is. If you're saying the issue is that, network.trr.mode should be 0 until user clicks on the OK button, then it is not an issue. It is working as expected (opt-out behaviour).

SoftVision-CarmenFat commented 5 years ago

@nhi-nguyen thanks for the clarification. Giving that it's an opt out add-on, is the information from the Notes section of the report also expected? I'm reffering to the fact that the notification doorhanger will be displayed again after restarting the browser and interracting with the page.

If this is also expected, then this report can be closed.

maxxcrawford commented 5 years ago

@SoftVision-CarmenFat It is. The door hanger will continue to show until the user does one of the following:

If none of those happen, it will continue to show/be shown.

SoftVision-CarmenFat commented 5 years ago

Great! In this case, I'll have @heres-maria close the report.

Thank you.