mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-12 19:24:20 +02:00
firefox: don't recommend extensions
This commit is contained in:
parent
9626a153a6
commit
d32e5d5426
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ user_pref("intl.accept_languages", "en-us,en,fr");
|
|||
// Disable pocket
|
||||
user_pref("extensions.pocket.enabled", false);
|
||||
|
||||
// Don't recommend extensions
|
||||
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
|
||||
user_pref("browser.discovery.enabled", false);
|
||||
|
||||
// Backspace is like back
|
||||
user_pref("browser.backspace_action", 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue