user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit dae1087082a729441cfe30665cd64e13416e1501
parent 7a103b0c23984f8d338c69fd998c7e3e2303557f
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 23 May 2019 21:11:45 +0000

2660 enabledScopes, closes #729
Diffstat:
Muser.js | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/user.js b/user.js @@ -1241,12 +1241,12 @@ user_pref("browser.download.hide_plugins_without_extensions", false); /** EXTENSIONS ***/ /* 2660: lock down allowed extension directories - * [SETUP-CHROME] This will break extensions, language packs, themes and any other XPI files which are - * installed outside of profile directories (see GitHub issue #674 for an issue with language packs in Linux) + * [SETUP-CHROME] This will break extensions, language packs, themes and any other + * XPI files which are installed outside of profile and application directories * [1] https://mike.kaply.com/2012/02/21/understanding-add-on-scopes/ * [1] archived: https://archive.is/DYjAM ***/ -user_pref("extensions.enabledScopes", 1); // [HIDDEN PREF] -user_pref("extensions.autoDisableScopes", 15); +user_pref("extensions.enabledScopes", 5); // [HIDDEN PREF] +user_pref("extensions.autoDisableScopes", 15); // [DEFAULT: 15] /* 2662: disable webextension restrictions on certain mozilla domains (also see 4503) [FF60+] * [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384330,1406795,1415644,1453988 ***/ // user_pref("extensions.webextensions.restrictedDomains", "");