diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-08-13 11:33:18 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-08-13 11:33:18 -0500 |
commit | 4f26d50c9715692bdd135d89727451651ca59225 (patch) | |
tree | 973677eec9009c2abf6582bb563b210aa2feae1e | |
parent | 6d1aed740c2efb1283a8322b81c9ce5d0646aad9 (diff) | |
download | legacywolf-xpi.tar.gz legacywolf-xpi.zip |
-rw-r--r-- | README | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -1,3 +1,23 @@ +=== LegacyWolf === + +LegacyFox as an add-on + +== Installation == +0. Install/upgrade Firefox (ESR) from your distribution's repositories +1. Set `xpinstall.signatures.required` to `false` +2. Set `extensions.experiments.enabled` to `false` +3. Run `make` +4. Install the resulting .xpi + +== Notes == + * As far as the author knows, `xpinstall.signatures.required` and + `extensions.experiments.enabled` can only be changed in ESR, Nightly and + Developer builds of Firefox. Corrections welcome on this point. + * If a version of Firefox is not supported by the latest LegacyFox, it is not + supported by the latest LegacyWolf. LegacyWolf versioning follows + LegacyFox versioning; e.g. LegacyWolf v0.4 corresponds to LegacyFox v0.4. + + === LegacyFox === Monkeypatching Firefox Quantum to run VimFx @@ -17,8 +37,8 @@ Monkeypatching Firefox Quantum to run VimFx * Uses unsandboxed AutoConfig -- watch http://bugzil.la/1514451 == Disclaimer & License == -This project is neither endorsed nor recommended by Mozilla. Firefox is their -trademark; you are not granted any right to distribute modified binary versions +This project is neither endorsed nor recommended by Mozilla. Firefox is their +trademark; you are not granted any right to distribute modified binary versions of the software containing the official branding. (C) 2018-2019 Mozilla, MPL v2 |