mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 767965 - Web App Runtime should disable installation of distribution extensions. r=gavin
This commit is contained in:
parent
61058bf288
commit
7bfdb88efc
@ -11,6 +11,8 @@ pref("extensions.enabledScopes", 1);
|
||||
pref("extensions.autoDisableScopes", 1);
|
||||
// Disable add-on installation via the web-exposed APIs
|
||||
pref("xpinstall.enabled", false);
|
||||
// Disable installation of distribution add-ons
|
||||
pref("extensions.installDistroAddons", false);
|
||||
|
||||
// Whether or not we've ever run. We use this to set permissions on firstrun.
|
||||
pref("webapprt.firstrun", false);
|
||||
|
Loading…
Reference in New Issue
Block a user