mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 11:32:05 -08:00
disable extension restrictions
This commit is contained in:
parent
dbe85dd28c
commit
a2cc83140d
1 changed files with 0 additions and 5 deletions
|
|
@ -577,11 +577,6 @@ defaultPref("datareporting.healthreport.uploadEnabled", false);
|
||||||
// Automatically unload beforeunload alerts
|
// Automatically unload beforeunload alerts
|
||||||
defaultPref("dom.disable_beforeunload", false);
|
defaultPref("dom.disable_beforeunload", false);
|
||||||
|
|
||||||
// Only load extensions from the application and user profile
|
|
||||||
// AddonManager.SCOPE_PROFILE + AddonManager.SCOPE_APPLICATION
|
|
||||||
defaultPref("extensions.autoDisableScopes", 0);
|
|
||||||
defaultPref("extensions.enabledScopes", 5);
|
|
||||||
|
|
||||||
// Disable metadata caching for installed add-ons by default
|
// Disable metadata caching for installed add-ons by default
|
||||||
defaultPref("extensions.getAddons.cache.enabled", false);
|
defaultPref("extensions.getAddons.cache.enabled", false);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue