From 99aec0e6d449335e47dc12825997ef1de3418fd6 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 7 Jan 2018 19:07:12 -0500 Subject: [PATCH] Update README.md --- dist/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dist/README.md b/dist/README.md index 1a0686cde..49acc042a 100644 --- a/dist/README.md +++ b/dist/README.md @@ -22,7 +22,7 @@ Remember that you have to update manually also. For some users, updating manuall ### Firefox webext -Compatible with Firefox 52 and beyond. This works only if you set `xpinstall.signatures.required` to `false` in `about:config`.[see note 1 at the bottom] +Compatible with Firefox 52 and beyond. This works only if you set `xpinstall.signatures.required` to `false` in `about:config`.[see "Add-on signing in Firefox"](https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox) - Download `ublock0.webext.xpi` ([latest release desirable](https://github.com/gorhill/uBlock/releases)). - Right-click and choose _"Save As..."_. @@ -39,7 +39,7 @@ Compatible with Firefox 24 to Firefox 56. - Download `ublock0.firefox.xpi` ([latest release desirable](https://github.com/gorhill/uBlock/releases)). - Drag and drop the previously downloaded `ublock0.firefox.xpi` into Firefox -With Firefox 43 and beyond, you may need to toggle the setting `xpinstall.signatures.required` to `false` in `about:config`.[see note 1 at the bottom] +With Firefox 43 and beyond, you may need to toggle the setting `xpinstall.signatures.required` to `false` in `about:config`.[see "Add-on signing in Firefox"](https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox) Your uBlock Origin settings are kept intact even after you uninstall the addon. @@ -60,6 +60,3 @@ On Windows, the settings are saved in a SQlite file located at `%APPDATA%\Mozill - Chromium: load the unpacked extension folder `/uBlock/dist/build/uBlock0.chromium/` in Chromium to use the extension. - Firefox: drag-and-drop `/uBlock/dist/build/uBlock0.firefox.xpi` or `/uBlock/dist/build/uBlock0.webext.xpi` into Firefox. -*** - -[1] [Add-on signing in Firefox - What are my options if I want to use an unsigned add-on?](https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox)