[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
This commit is contained in:
NTD 2019-02-08 07:17:32 -05:00 committed by Roy Tam
commit e63507cfd5
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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);