mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Document the page, update images, please review
parent
1b47755b97
commit
9975db583c
1 changed files with 26 additions and 1 deletions
|
|
@ -10,7 +10,32 @@
|
|||
|
||||
***
|
||||
|
||||

|
||||

|
||||
|
||||
## The warning
|
||||
|
||||
**Do not add filters from untrusted sources**
|
||||
|
||||
Classic malicious filter can modify the appearance of a website to fool the user.
|
||||
|
||||
"Trusted filters", filters requiring trust, marked [in documentation](./Static-filter-syntax) as "Can only be used in a trusted-source origin", can directly execute code on web pages and make you harm. These type of filters can be used only in filter lists from [uBlock Origin/uAssets](https://github.com/uBlockOrigin/uAssets) repository and to use them in "My filters" you need to explicity enable setting bellow.
|
||||
|
||||
## Options
|
||||
|
||||
#### Enable my custom filters
|
||||
|
||||
This will enable filters on this page. It's the same as "My filters" entry on "Filter lists" tab.
|
||||
|
||||
#### Allow custom filters requiring trust
|
||||
|
||||
This will allow to use in "My filters", "Trusted filters", filters requiring trust, marked [in documentation](./Static-filter-syntax) as "Can only be used in a trusted-source origin".
|
||||
|
||||
>[!CAUTION]
|
||||
>These filters can directly execute code on web pages and make you harm.
|
||||
|
||||

|
||||
|
||||
## Editor
|
||||
|
||||
uBlock Origin (uBO) uses [CodeMirror's widget](https://codemirror.net/index.html) to freely edit your filters as plain text.
|
||||
Additionaly uBO uses also [syntax highlighter (linter)](https://github.com/uBlockOrigin/uBlock-issues/issues/1134) to detect warnings and errors in your filters (and in filter lists).
|
||||
|
|
|
|||
Loading…
Reference in a new issue