Don't show experimental warning on plugin startup

Fix: https://groups.google.com/g/zotero-dev/c/zTNnAaeVg1s/m/ykEtux_PAAAJ
This commit is contained in:
windingwind 2024-06-11 09:07:05 +08:00
parent c0c00a00e7
commit b0e617e968

View file

@ -94,6 +94,9 @@ pref("extensions.update.url", "");
// Don't try to load the "Get Add-ons" tab on first load of Add-ons window
pref("extensions.ui.lastCategory", "addons://list/extension");
// Don't show "Using experimental APIs requires a privileged add-on" warning
pref("extensions.experiments.enabled", true);
// Not set on Windows in Firefox anymore since it's a per-installation pref,
// but we override that in fetch_xulrunner
pref("app.update.auto", true);