summaryrefslogtreecommitdiffstats
path: root/application/basilisk/app
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2019-07-05 11:52:56 -0400
committerGaming4JC <g4jc@hyperbola.info>2019-07-05 20:59:31 -0400
commit6741666a9b9d8a61346b9828e4eab851b39b5d6a (patch)
tree9e2663bba4c1b67a3cddc7ab69e8aba8463515a9 /application/basilisk/app
parenta3ed49dde7ad33c6b934424ce86d77dc5209a97f (diff)
downloadUXP-6741666a9b9d8a61346b9828e4eab851b39b5d6a.tar
UXP-6741666a9b9d8a61346b9828e4eab851b39b5d6a.tar.gz
UXP-6741666a9b9d8a61346b9828e4eab851b39b5d6a.tar.lz
UXP-6741666a9b9d8a61346b9828e4eab851b39b5d6a.tar.xz
UXP-6741666a9b9d8a61346b9828e4eab851b39b5d6a.zip
Issue #1160 - [Basilisk] Remove unused HotFix preferences
Diffstat (limited to 'application/basilisk/app')
-rw-r--r--application/basilisk/app/profile/basilisk.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js
index c229f3523..aa2df6d40 100644
--- a/application/basilisk/app/profile/basilisk.js
+++ b/application/basilisk/app/profile/basilisk.js
@@ -53,12 +53,6 @@ pref("extensions.getAddons.recommended.browseURL", "https://@AM_DOMAIN@/?compone
pref("extensions.update.autoUpdateDefault", true);
-// Leave these for the moment...
-pref("extensions.hotfix.id", "firefox-hotfix@mozilla.org");
-pref("extensions.hotfix.cert.checkAttributes", true);
-pref("extensions.hotfix.certs.1.sha1Fingerprint", "91:53:98:0C:C1:86:DF:47:8F:35:22:9E:11:C9:A7:31:04:49:A1:AA");
-pref("extensions.hotfix.certs.2.sha1Fingerprint", "39:E7:2B:7A:5B:CF:37:78:F9:5D:4A:E0:53:2D:2F:3D:68:53:C5:60");
-
// Also, leave this for the moment...
// 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");