diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-07-05 11:19:33 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-07-05 11:19:33 -0400 |
commit | dc978c0bc21e904ea039fc9e55897c323f972b7b (patch) | |
tree | 2e1ff6b086ba6753087dcd7763d766841e9e0c5e /app | |
parent | 7b7101b5a34395567815d3bae469f95c49fab2e9 (diff) | |
download | iceweasel-uxp-dc978c0bc21e904ea039fc9e55897c323f972b7b.tar.gz |
Remove HotFix dead code from prefs
Diffstat (limited to 'app')
-rw-r--r-- | app/profile/iceweasel-uxp.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/profile/iceweasel-uxp.js b/app/profile/iceweasel-uxp.js index 30eb213..be472a0 100644 --- a/app/profile/iceweasel-uxp.js +++ b/app/profile/iceweasel-uxp.js @@ -52,11 +52,6 @@ pref("extensions.getAddons.link.url", "https://iw.addons.hyperbola.info"); pref("extensions.update.autoUpdateDefault", true); -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"); - // Check AUS for system add-on updates. pref("extensions.systemAddon.update.url", ""); |