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

Cleanup the "Important" section a bit

gwarser 2024-03-24 15:04:12 +01:00
parent 49081cfa5c
commit 73990b477e

@ -20,7 +20,10 @@ There are predefined trusted site directives when you first install uBO:
chrome-extension-scheme
moz-extension-scheme
For Firefox Legacy platform, `behind-the-scene` is also in this predefined trusted sites list.
>[!CAUTION]
>You should not remove these predefined trusted site directives, unless you know _exactly_ the consequences of doing so.
>
>Removing the predefined trusted site directives without understanding the consequences could cause your browser to malfunction.
<details>
<summary>Obsolete, no longer used directives.</summary>
@ -34,15 +37,10 @@ Removed in [1.56.1b1](https://github.com/gorhill/uBlock/commit/439a059cca5642da4
vivaldi-scheme
wyciwyg-scheme
For Firefox Legacy platform, important directive `behind-the-scene` is also in this predefined trusted sites list.
</details>
>[!CAUTION]
>You should not remove these predefined trusted site directives, unless you know _exactly_ the consequences of doing so.
Removing the predefined trusted site directives without understanding the consequences could cause your browser to malfunction. This is especially true for the `behind-the-scene` trusted site directive on Firefox Legacy platform.
If despite this warning you still want to remove one or more of the predefined trusted site directives, I strongly suggest to comment out an entry rather than outright delete it. To comment out an entry, just prefix it with `#`. This way you do not have to remember which predefined trusted site directive you removed, it will be just a matter of removing the `#` prefix if ever you want to restore an entry. After [1.19.3b7 ](https://github.com/gorhill/uBlock/commit/f7bbc807176fa93680fdaf8b713593a43a3df2a5) removed, _predefined trusted site directives_ are commented out automatically.
### Trusted sites directive syntax
Further details about the supported syntax for trusted site directives can be found at ["How to mark a web site as trusted"](./How-to-mark-a-web-site-as-trusted).