summaryrefslogtreecommitdiff
path: root/home/browsers/firefox/mozilla.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'home/browsers/firefox/mozilla.cfg')
-rw-r--r--home/browsers/firefox/mozilla.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/home/browsers/firefox/mozilla.cfg b/home/browsers/firefox/mozilla.cfg
new file mode 100644
index 0000000..5e2334e
--- /dev/null
+++ b/home/browsers/firefox/mozilla.cfg
@@ -0,0 +1,21 @@
+//
+// extra preferences that cannot be
+// set normally but have to instead
+// set in mozilla.cfg
+
+// Automatically click cookiebanners although uBlock Origin might block them
+lockPref("cookiebanners.bannerClicking.enabled", true);
+lockPref("cookiebanners.service.mode", 2);
+lockPref("cookiebanners.service.mode.privateBrowsing", 2);
+
+// DNT although PrivacyBadger from policy handles this
+lockPref("privacy.donottrackheader.enabled", true);
+lockPref("privacy.donottrackheader.value", 1);
+
+// New sidebar
+lockPref("sidebar.revamp", true);
+lockPref("sidebar.verticalTabs", true);
+lockPref("sidebar.visibility", "always-show");
+lockPref("sidebar.main.tools", "history,bookmarks");
+
+//