From e63507cfd5dd37b4809dd36a35297077436b79d0 Mon Sep 17 00:00:00 2001 From: NTD Date: Fri, 8 Feb 2019 07:17:32 -0500 Subject: [PATCH] [BASILISK] Update AM preferences to point to the Basilisk Add-on Site - Part 2: Add domain to permissions file Also, remove duplicate comment from app preferences --- application/basilisk/app/permissions | 2 ++ application/basilisk/app/profile/basilisk.js | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/application/basilisk/app/permissions b/application/basilisk/app/permissions index 5856502b94..28913b1f93 100644 --- a/application/basilisk/app/permissions +++ b/application/basilisk/app/permissions @@ -7,6 +7,8 @@ # See nsPermissionManager.cpp for more... # XPInstall +origin install 1 http://addons.basilisk-browser.org +origin install 1 https://addons.basilisk-browser.org origin install 1 https://addons.mozilla.org origin install 1 https://testpilot.firefox.com diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js index 176856669a..4a8880f355 100644 --- a/application/basilisk/app/profile/basilisk.js +++ b/application/basilisk/app/profile/basilisk.js @@ -63,7 +63,6 @@ pref("extensions.hotfix.certs.2.sha1Fingerprint", "39:E7:2B:7A:5B:CF:37:78:F9:5D // Check AUS for system add-on updates. pref("extensions.systemAddon.update.url", "https://aus5.mozilla.org/update/3/SystemAddons/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml"); -// Disable add-ons that are not installed by the user in all scopes by default. // Disable add-ons that are not installed by the user in all scopes by default. // See the SCOPE constants in AddonManager.jsm for values to use here. pref("extensions.autoDisableScopes", 15);