1 By default, Firefox disables the installation of 3rd party add-ons, including
2 language packs. We want to enable language packs by default, so set
3 this to enable add-ons that are bundled with Firefox but will still disable
4 third-party add-ons for security.
5 Solaris specific patch, will not send upstream.
7 --- gecko-dev-b189986e26a92f749462094e7869771c1a6607c0/browser/app/profile/firefox.js.~2~ 2024-03-12 13:35:29.200245592 -0400
8 +++ gecko-dev-b189986e26a92f749462094e7869771c1a6607c0/browser/app/profile/firefox.js 2024-03-12 13:45:08.565491400 -0400
11 // Disable add-ons that are not installed by the user in all scopes by default.
12 // See the SCOPE constants in AddonManager.sys.mjs for values to use here.
13 -pref("extensions.autoDisableScopes", 15);
14 +pref("extensions.autoDisableScopes", 11);
15 // Scopes to scan for changes at startup.
16 pref("extensions.startupScanScopes", 0);