Implement uBO naming convention

q1800 2022-02-12 13:56:25 -06:00
parent fda0a39a56
commit 9d88a89673
1 changed files with 1 additions and 1 deletions

@ -1,7 +1,7 @@
[[Back to Wiki home|Home]]
***
In uBlock Origin ("uBO"), _strict blocking_ is the blocking of a whole page, i.e. the _root_ document is blocked, so that not a single connection is made to the remote server hosting the web page.
In uBlock Origin (uBO), _strict blocking_ is the blocking of a whole page, i.e. the _root_ document is blocked, so that not a single connection is made to the remote server hosting the web page.
By default, strict blocking is enabled in uBO for domain-only filters (this reduces false-positive matches). To force it on any other pattern matching filter, use [`document`](./Static-filter-syntax#document) or [`all`](./Static-filter-syntax#all) static filter option.