From e0222c6ba41459b5638ecf880fdc88d70128f6f9 Mon Sep 17 00:00:00 2001 From: girst Date: Mon, 24 Jun 2019 16:50:00 +0200 Subject: [PATCH] remove superfluous comments --- config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.js b/config.js index e568b52..f3688e2 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,5 @@ // keep this comment try { - // monkey-patching to disable signing and force-enable legacy extensions: let Xdb = Cu.import('resource://gre/modules/addons/XPIDatabase.jsm', {}); Xdb.XPIDatabase['SIGNED_TYPES'].clear(); Xdb.AddonSettings = { @@ -9,7 +8,6 @@ try { "ALLOW_LEGACY_EXTENSIONS": true, }; - // engage the bootstrap loader: const {AddonManager} = Cu.import('resource://gre/modules/AddonManager.jsm'); const {BootstrapLoader} = Cu.import('chrome://legacy/content/BootstrapLoader.jsm'); AddonManager.addExternalExtensionLoader(BootstrapLoader); -- 2.39.3