home · contact · privacy
Enable pre-installed Firefox extensions by default.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 8 Apr 2019 23:15:53 +0000 (01:15 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 8 Apr 2019 23:15:53 +0000 (01:15 +0200)
buster/etc_files/eeepc/opt/firefox/defaults/pref/autoconfig.js [new file with mode: 0644]
buster/etc_files/eeepc/opt/firefox/firefox.cfg [new file with mode: 0644]

diff --git a/buster/etc_files/eeepc/opt/firefox/defaults/pref/autoconfig.js b/buster/etc_files/eeepc/opt/firefox/defaults/pref/autoconfig.js
new file mode 100644 (file)
index 0000000..cf8ea80
--- /dev/null
@@ -0,0 +1,4 @@
+// We set up AutoConfig according to <https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig>, see firefox.cfg comments on why we need it
+pref("general.config.filename", "firefox.cfg");
+pref("general.config.obscure_value", 0);
+
diff --git a/buster/etc_files/eeepc/opt/firefox/firefox.cfg b/buster/etc_files/eeepc/opt/firefox/firefox.cfg
new file mode 100644 (file)
index 0000000..8ab342e
--- /dev/null
@@ -0,0 +1,3 @@
+// 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);