X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance2?a=blobdiff_plain;f=buster%2Fetc_files%2Feeepc%2Fopt%2Ffirefox%2Ffirefox.cfg;h=cf6b0a2bd36095530b57f3955f813ea8c998ad2b;hb=8f1b9b933e5a43ac00285d387b0d1cc37259bad6;hp=8ab342ee2609387cfcc4811da47d9993d1b9771c;hpb=81ada5624310ee63967b367713584138dbcaf76c;p=config diff --git a/buster/etc_files/eeepc/opt/firefox/firefox.cfg b/buster/etc_files/eeepc/opt/firefox/firefox.cfg index 8ab342e..cf6b0a2 100644 --- a/buster/etc_files/eeepc/opt/firefox/firefox.cfg +++ b/buster/etc_files/eeepc/opt/firefox/firefox.cfg @@ -1,3 +1,12 @@ // do not put any code into this first line, as it gets ignored by Firefox + // we zero extensions.autoDisableScopes so our pre-installed extensions activate by default pref("extensions.autoDisableScopes", 0); + +// we turn off annoying setup popups and pages; these settings are the result more of trial and error than thorough understanding by me, so more research might be warranted to discipline them +pref("startup.homepage_welcome_url", "file:///opt/firefox/blank.html"); +pref("browser.startup.homepage", "file:///opt/firefox/blank.html"); +pref("browser.startup.blankWindow", true); +pref("datareporting.policy.firstRunURL", ""); +pref("browser.shell.checkDefaultBrowser", false); +pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true);