Skip to content

Commit 95630ed

Browse files
author
Max Christian Pohle
committed
Bug 1877500: single click os/fx mailto default, r=mhughes,fluent-reviewers,bolsson
Differential Revision: https://phabricator.services.mozilla.com/D203053
1 parent 1790c5a commit 95630ed

File tree

6 files changed

+389
-141
lines changed

6 files changed

+389
-141
lines changed

browser/app/profile/firefox.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3009,9 +3009,8 @@ pref("ui.new-webcompat-reporter.reason-dropdown.randomized", true);
30093009
pref("browser.privatebrowsing.resetPBM.showConfirmationDialog", true);
30103010

30113011
// the preferences related to the Nimbus experiment, to activate and deactivate
3012-
// the the entire rollout or deactivate only the OS prompt (see: bug 1864216)
3012+
// the the entire rollout (see: bug 1864216 - two prompts, 1877500 - set two in one prompt)
30133013
pref("browser.mailto.dualPrompt", false);
3014-
pref("browser.mailto.dualPrompt.os", false);
30153014
// When visiting a site which uses registerProtocolHandler: Ask the user to set Firefox as
30163015
// default mailto handler.
30173016
pref("browser.mailto.prompt.os", true);

0 commit comments

Comments
 (0)