diff options
author | girst <girst@users.noreply.github.com> | 2019-07-09 22:06:56 +0200 |
---|---|---|
committer | girst <girst@users.noreply.github.com> | 2019-07-09 22:06:56 +0200 |
commit | d1c80010b1fb1e352fb8754ace534e8dbe8cf954 (patch) | |
tree | 1df5ab941ee03d8e91002913005f719a9c3b57bf /legacy/RDFManifestConverter.jsm | |
parent | cb644c202d9319a059dc3f96e7de66041ea18ab7 (diff) | |
download | legacywolf-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 'legacy/RDFManifestConverter.jsm')
-rw-r--r-- | legacy/RDFManifestConverter.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/RDFManifestConverter.jsm b/legacy/RDFManifestConverter.jsm index 6eda163..cb01f6a 100644 --- a/legacy/RDFManifestConverter.jsm +++ b/legacy/RDFManifestConverter.jsm @@ -6,7 +6,7 @@ var EXPORTED_SYMBOLS = ["InstallRDF"]; ChromeUtils.defineModuleGetter(this, "RDFDataSource", - "chrome://legacy/content/RDFDataSource.jsm"); + "resource://legacy/RDFDataSource.jsm"); const RDFURI_INSTALL_MANIFEST_ROOT = "urn:mozilla:install-manifest"; |