Set grml-docs/startpage.html + grml.org as start pages in Firefox
[grml-live.git] / etc / grml / fai / config / files / etc / firefox-esr / firefox-esr.js / GRML_FULL
1 /* Added by grml-live */
2
3 // This is the Debian specific preferences file for Firefox ESR
4 // You can make any change in here, it is the purpose of this file.
5 // You can, with this file and all files present in the
6 // /etc/firefox-esr directory, override any preference you can see in
7 // about:config.
8 //
9 // Note that lockPref is allowed in these preferences files if you
10 // don't want users to be able to override some preferences.
11
12 pref("extensions.update.enabled", true);
13
14 // Use LANG environment variable to choose locale
15 pref("intl.locale.matchOS", true);
16
17 // Disable default browser checking.
18 pref("browser.shell.checkDefaultBrowser", false);
19
20 // Avoid openh264 being downloaded.
21 pref("media.gmp-manager.url.override", "data:text/plain,");
22
23 // Disable openh264.
24 pref("media.gmp-gmpopenh264.enabled", false);
25
26 // Default to classic view for about:newtab
27 sticky_pref("browser.newtabpage.enhanced", false);
28
29 // Disable health report upload
30 pref("datareporting.healthreport.uploadEnabled", false);
31
32 // Grml specific configuration
33 pref("startup.homepage_welcome_url", "file:///usr/share/doc/grml-docs/startpage.html");
34 pref("startup.homepage_welcome_url.additional", "https://grml.org/");