summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
authorgirst <girst@users.noreply.github.com>2019-07-09 22:06:56 +0200
committergirst <girst@users.noreply.github.com>2019-07-09 22:06:56 +0200
commitd1c80010b1fb1e352fb8754ace534e8dbe8cf954 (patch)
tree1df5ab941ee03d8e91002913005f719a9c3b57bf /config.js
parentcb644c202d9319a059dc3f96e7de66041ea18ab7 (diff)
downloadlegacywolf-d1c80010b1fb1e352fb8754ace534e8dbe8cf954.tar.gz
legacywolf-d1c80010b1fb1e352fb8754ace534e8dbe8cf954.zip
switch to resource:// protocol
bring the patch closer to the then-upstream comm-central. might have the negative side-effect of being detectable by websites according to: https://developer.mozilla.org/en-US/docs/Mozilla/Chrome_Registration
Diffstat (limited to 'config.js')
-rw-r--r--config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.js b/config.js
index 2514b7b..98e6a6f 100644
--- a/config.js
+++ b/config.js
@@ -13,7 +13,7 @@ try {
.autoRegister(FileUtils.getFile('GreD', ['legacy.manifest']));
const {AddonManager} = Cu.import('resource://gre/modules/AddonManager.jsm');
- const {BootstrapLoader} = Cu.import('chrome://legacy/content/BootstrapLoader.jsm');
+ const {BootstrapLoader} = Cu.import('resource://legacy/BootstrapLoader.jsm');
AddonManager.addExternalExtensionLoader(BootstrapLoader);
} catch(ex) {
Components.utils.reportError(ex.message);