summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgirst <girst@users.noreply.github.com>2019-06-24 16:50:00 +0200
committergirst <girst@users.noreply.github.com>2019-06-24 16:50:00 +0200
commite0222c6ba41459b5638ecf880fdc88d70128f6f9 (patch)
treec749f4bf549a0fd79660208235f8edcc9911c3e6
parentdd6b4e70cf1ebff982fb6d23dbe5760e2863eacf (diff)
downloadlegacywolf-e0222c6ba41459b5638ecf880fdc88d70128f6f9.tar.gz
legacywolf-e0222c6ba41459b5638ecf880fdc88d70128f6f9.zip
remove superfluous comments
-rw-r--r--config.js2
1 files changed, 0 insertions, 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);