aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/firefox/files/default-prefs.js')
-rw-r--r--www-client/firefox/files/default-prefs.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/firefox/files/default-prefs.js b/www-client/firefox/files/default-prefs.js
index f7c031e..0dec299 100644
--- a/www-client/firefox/files/default-prefs.js
+++ b/www-client/firefox/files/default-prefs.js
@@ -1,2 +1,5 @@
pref("browser.tabs.tabMinWidth", 15);
pref("browser.backspace_action", 0);
+
+# Let the system provide the choice UI
+pref("browser.shell.checkDefaultBrowser", false);