diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-02-08 07:17:32 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-02-08 07:17:32 -0500 |
commit | 4adc4098851a84ed9436162e8114c6f834fbb64c (patch) | |
tree | a9b15f106b9e5f591936829ea3f4495289fc0859 /application/basilisk/app/profile | |
parent | 5c46e60ad576a787076d3e993d440e879f283cd3 (diff) | |
download | UXP-4adc4098851a84ed9436162e8114c6f834fbb64c.tar UXP-4adc4098851a84ed9436162e8114c6f834fbb64c.tar.gz UXP-4adc4098851a84ed9436162e8114c6f834fbb64c.tar.lz UXP-4adc4098851a84ed9436162e8114c6f834fbb64c.tar.xz UXP-4adc4098851a84ed9436162e8114c6f834fbb64c.zip |
[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
Diffstat (limited to 'application/basilisk/app/profile')
-rw-r--r-- | application/basilisk/app/profile/basilisk.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js index 176856669..4a8880f35 100644 --- a/application/basilisk/app/profile/basilisk.js +++ b/application/basilisk/app/profile/basilisk.js @@ -64,7 +64,6 @@ pref("extensions.hotfix.certs.2.sha1Fingerprint", "39:E7:2B:7A:5B:CF:37:78:F9:5D 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); |