From 92cfe9d3183c704689c3ff4f7784a9c615c39293 Mon Sep 17 00:00:00 2001 From: lkintact <24726299+lkintact@users.noreply.github.com> Date: Thu, 4 Feb 2021 06:56:09 +0300 Subject: [PATCH] Added the missed "requests" --- Behind-the-scene-network-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Behind-the-scene-network-requests.md b/Behind-the-scene-network-requests.md index a47101c..6aededc 100644 --- a/Behind-the-scene-network-requests.md +++ b/Behind-the-scene-network-requests.md @@ -2,7 +2,7 @@ **Important notes:** -This wiki page is out of date and in need of revision. When this documentation was created, the behind-the-scene network requests uBlock Origin was able to see and filter originated from many places, such as those from other extensions or from various browser operations (ex.: real-time search suggestions). +This wiki page is out of date and in need of revision. When this documentation was created, the behind-the-scene network requests uBlock Origin was able to see and filter requests originated from many places, such as those from other extensions or from various browser operations (ex.: real-time search suggestions). Since then things have changed: uBO no longer can see network requests from other extensions, and behind-the-scene network requests are now quite less frequent. Furthermore, the webRequest API now provides more context to event listeners, such that it is often possible to still filter properly even when it's not possible to know from which exact tab a network request originates.