1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

Updated URLs, spelling/grammar fixes, restructured backup/restore section for better clarity

twonfov 2024-03-08 14:13:04 -06:00
parent 9d2e998a66
commit a3fa61cde2

@ -45,7 +45,7 @@ Mozilla's [_"Link prefetching FAQ"_](https://developer.mozilla.org/en-US/docs/We
#### **IMPORTANT NOTE:**
On Chromium 51 and above (including browsers based on Chromium 51 and above), disabling prefetching is unreliable because it does not cause DNS lookups, preconnections and prefetches to be reliably blocked since Chromium allows web pages to override that user setting. For details, see:
- <https://github.com/gorhill/uBlock/issues/3219>
- <https://bugs.chromium.org/p/chromium/issues/detail?id=785125>
- <https://issues.chromium.org/issues/40549991>
- Example of different behavior with Firefox: <https://github.com/uBlockOrigin/uBlock-issues/issues/435>
### Disable hyperlink auditing
@ -59,7 +59,7 @@ Option removed from desktop browsers in [uBO v1.38](https://github.com/uBlockOri
Browsers now obfuscate LAN addresses by mDNS:
- Firefox: ["Enable mDNS hostname obfuscation"](https://bugzilla.mozilla.org/show_bug.cgi?id=1588817)
- Chromium: ["mDNS service for IP handling in WebRTC"](https://bugs.chromium.org/p/chromium/issues/detail?id=878465)
- Chromium: ["mDNS service for IP handling in WebRTC"](https://issues.chromium.org/issues/40591226)
The option is still available in Firefox for Android because obfuscation is still not implemented. See: ["Support mDNS hostname obfuscation on Android"](https://bugzilla.mozilla.org/show_bug.cgi?id=1581947)
@ -180,6 +180,13 @@ You should avoid playing with advanced features and settings unless [you fully u
The bottom-most section is for you to conveniently backup/restore/reset settings in uBO.
uBO saves a text file with all setting modified from default, indentifiers of selected filters lists, adresses of custom filter lists, content of "My filters", "My rules" and "Trusted sites", to the location specified by your browser for the backup.
uBO saves a text file with the following information to the location specified by your browser for the backup.
* All settings modified from the default
* Identifiers of selected filter lists
* Addresses of custom filter lists
* Contents of "My filters"
* Contents of "My rules"
* Contents of "Trusted sites"
Recommend that you backup all your settings regularly.