1
0
Fork 0
firefox/debian/browser.js.in
Daniel Baumann 8baeab6532
Adding debian version 140.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:41:39 +02:00

30 lines
1 KiB
JavaScript

// This is the Debian specific preferences file for @Browser@
// You can make any change in here, it is the purpose of this file.
// You can, with this file and all files present in the
// /etc/@browser@ directory, override any preference you can see in
// about:config.
//
// Note that pref("name", value, locked) is allowed in these
// preferences files if you don't want users to be able to override
// some preferences.
pref("extensions.update.enabled", true);
// Use LANG environment variable to choose locale
pref("intl.locale.requested", "");
// Disable default browser checking.
pref("browser.shell.checkDefaultBrowser", false);
// Disable openh264.
pref("media.gmp-gmpopenh264.enabled", false);
// Default to classic view for about:newtab
pref("browser.newtabpage.enhanced", false, sticky);
// Disable health report upload
pref("datareporting.healthreport.uploadEnabled", false);
// Default to no suggestions in the urlbar. This still brings a panel asking
// the user whether they want to opt-in on first use.
pref("browser.urlbar.suggest.searches", false);