]> git.gir.st - LegacyFox.git/blob - README
don't prevent unsigned addon warning to not break some addons
[LegacyFox.git] / README
1 === LegacyFox ===
2
3 Monkeypatching Firefox Quantum to run VimFx
4
5 == Installation ==
6 0. Install/upgrade Firefox from your distribution's repositories
7 1. Issue `make install` as root, or copy all files to Firefox' install directory
8 2. Install VimFx from https://github.com/akhodakivskiy/VimFx/releases
9
10 == Notes ==
11 * set `xpinstall.signatures.required;false` to downgrade the error message
12 that unsigned addons were supposedly disabled in about:config to a warning.
13 * Users of firefox-esr on debian need to use the following command:
14 `make DESTDIR=/usr/lib/firefox-esr install`
15 * BootstrapLoader.jsm, RDFDataSource.jsm, RDFManifestConverter.jsm from their
16 last commit in comm-central (8a37a90aab4ec643fce1e1ab33984613ce0b492d)
17 * config.js: own work (compare mozilla-central 061b97e02ede)
18 * Inspired by https://github.com/xiaoxiaoflood/firefox-scripts.git
19 * Uses unsandboxed AutoConfig -- watch http://bugzil.la/1514451
20
21 == Disclaimer & License ==
22 This project is neither endorsed nor recommended by Mozilla. Firefox is their
23 trademark; you are not granted any right to distribute modified binary versions
24 of the software containing the official branding.
25
26 (C) 2018-2019 Mozilla, MPL v2
27 (C) 2019-2020 //gir.st/, MPL v2
Imprint / Impressum