diff --git a/Dashboard:-Trusted-sites.md b/Dashboard:-Trusted-sites.md index 3063993..8d496e2 100644 --- a/Dashboard:-Trusted-sites.md +++ b/Dashboard:-Trusted-sites.md @@ -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.
Obsolete, no longer used directives. @@ -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. +
->[!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).