mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-04 23:34:21 +02:00
firefox: more prefs
This commit is contained in:
parent
7c5ad89f94
commit
eb55cf3e84
1 changed files with 14 additions and 0 deletions
|
@ -67,3 +67,17 @@ user_pref("privacy.webrtc.globalMuteToggles", true);
|
||||||
|
|
||||||
// Disable DoH for now
|
// Disable DoH for now
|
||||||
user_pref("network.trr.mode", 5);
|
user_pref("network.trr.mode", 5);
|
||||||
|
|
||||||
|
// Disable auto-update
|
||||||
|
user_pref("app.update.auto", false);
|
||||||
|
user_pref("beacon.enabled", false);
|
||||||
|
|
||||||
|
// Disable annoying prompts
|
||||||
|
user_pref("browser.aboutConfig.showWarning", false);
|
||||||
|
user_pref("browser.disableResetPrompt", true);
|
||||||
|
|
||||||
|
// Disable safebrowsing malware (sends hash of each file to Google)
|
||||||
|
user_pref("browser.safebrowsing.malware.enabled", false);
|
||||||
|
|
||||||
|
// Don't trim URLs
|
||||||
|
user_pref("browser.urlbar.trimURLs", false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue