From d1c80010b1fb1e352fb8754ace534e8dbe8cf954 Mon Sep 17 00:00:00 2001 From: girst Date: Tue, 9 Jul 2019 22:06:56 +0200 Subject: 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 --- legacy/BootstrapLoader.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'legacy/BootstrapLoader.jsm') diff --git a/legacy/BootstrapLoader.jsm b/legacy/BootstrapLoader.jsm index d9dc4c8..d2a4598 100644 --- a/legacy/BootstrapLoader.jsm +++ b/legacy/BootstrapLoader.jsm @@ -13,7 +13,7 @@ XPCOMUtils.defineLazyModuleGetters(this, { AddonInternal: "resource://gre/modules/addons/XPIDatabase.jsm", Blocklist: "resource://gre/modules/Blocklist.jsm", ConsoleAPI: "resource://gre/modules/Console.jsm", - InstallRDF: "chrome://legacy/content/RDFManifestConverter.jsm", + InstallRDF: "resource://legacy/RDFManifestConverter.jsm", Services: "resource://gre/modules/Services.jsm", }); -- cgit v1.2.3