From 9d88a89673d50461e3202ff795191d96aa699f40 Mon Sep 17 00:00:00 2001 From: q1800 <95879668+q1800@users.noreply.github.com> Date: Sat, 12 Feb 2022 13:56:25 -0600 Subject: [PATCH] Implement uBO naming convention --- Strict-blocking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Strict-blocking.md b/Strict-blocking.md index 3ed336f..a380611 100644 --- a/Strict-blocking.md +++ b/Strict-blocking.md @@ -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.