mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 13:14:20 +02:00
firefox: disable firefox view
This commit is contained in:
parent
711a2dba74
commit
08ac5f514b
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ user_pref("beacon.enabled", false);
|
|||
// Disable annoying prompts
|
||||
user_pref("browser.aboutConfig.showWarning", false);
|
||||
user_pref("browser.disableResetPrompt", true);
|
||||
user_pref("browser.tabs.firefox-view", false);
|
||||
|
||||
// Disable safebrowsing malware (sends hash of each file to Google)
|
||||
user_pref("browser.safebrowsing.malware.enabled", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue