From f7359bb5d4af5721623ec8a5aa8b13d2ebce6a98 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:49:03 +0200 Subject: Adding debian version 124.0.1-1. Signed-off-by: Daniel Baumann --- debian/browser.js.in | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 debian/browser.js.in (limited to 'debian/browser.js.in') diff --git a/debian/browser.js.in b/debian/browser.js.in new file mode 100644 index 0000000000..429c4f4cd7 --- /dev/null +++ b/debian/browser.js.in @@ -0,0 +1,30 @@ +// 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); -- cgit v1.2.3