summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorgirst <girst@users.noreply.github.com>2020-09-24 14:03:38 +0200
committergirst <girst@users.noreply.github.com>2020-09-24 17:18:29 +0200
commit022cf6d431c587739752c9801937f98dd8b567e5 (patch)
tree3c7af7efcad4a3708367f2373542468d30f4d8e2 /README
parent0d457a3fb04837f1b51e83f04b5b8a9b2b742904 (diff)
downloadlegacywolf-022cf6d431c587739752c9801937f98dd8b567e5.tar.gz
legacywolf-022cf6d431c587739752c9801937f98dd8b567e5.zip
don't prevent unsigned addon warning to not break some addons
This broke installing some, but not all, addons. The reason is that some addons derive their addon-id from a certificate's CommonName in XPIInstall.jsm::loadManifest(aPackage, aLocation, aOldAddon)
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 7877dc0..8fcc300 100644
--- a/README
+++ b/README
@@ -8,6 +8,8 @@ Monkeypatching Firefox Quantum to run VimFx
2. Install VimFx from https://github.com/akhodakivskiy/VimFx/releases
== Notes ==
+ * set `xpinstall.signatures.required;false` to downgrade the error message
+ that unsigned addons were supposedly disabled in about:config to a warning.
* Users of firefox-esr on debian need to use the following command:
`make DESTDIR=/usr/lib/firefox-esr install`
* BootstrapLoader.jsm, RDFDataSource.jsm, RDFManifestConverter.jsm from their