From 3e5952f57589bcf21e1437e291fb0ab2e334ab7f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 25 Feb 2018 04:24:14 -0500 Subject: [PATCH] Fx60 compatibility: Add built_in_addons.json file fetch_xulrunner.sh updates the built-in path to point to this file, but it's not currently being read properly for some reason (and I'm not sure it does anything we need). --- chrome/content/zotero/built_in_addons.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 chrome/content/zotero/built_in_addons.json diff --git a/chrome/content/zotero/built_in_addons.json b/chrome/content/zotero/built_in_addons.json new file mode 100644 index 000000000..8af8c11cb --- /dev/null +++ b/chrome/content/zotero/built_in_addons.json @@ -0,0 +1 @@ +{"system": ["activity-stream@mozilla.org", "aushelper@mozilla.org", "firefox@getpocket.com", "followonsearch@mozilla.com", "formautofill@mozilla.org", "onboarding@mozilla.org", "screenshots@mozilla.org", "shield-recipe-client@mozilla.org", "webcompat@mozilla.org"]}