From 6faf70c8afe5cf0065e511eac112664bd2030763 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 28 Mar 2015 09:54:41 -0400 Subject: [PATCH] Updated Quick guide: popup user interface (markdown) --- Quick-guide:-popup-user-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quick-guide:-popup-user-interface.md b/Quick-guide:-popup-user-interface.md index b4e242d..c3fe9ed 100644 --- a/Quick-guide:-popup-user-interface.md +++ b/Quick-guide:-popup-user-interface.md @@ -98,7 +98,7 @@ Blocking popups depends on whether the proper filters are present in the selecte The second icon is to turn off strict blocking for the current site. By default strict blocking is on, this is the opposite of Adblock Plus. -As per ABP filter semantics, web pages _themselves_ are **never** filtered, only secondary resources are subject to filtering. +As per ABP filter semantics, [web pages _themselves_ are **never** filtered](https://adblockplus.org/forum/viewtopic.php?t=18774#p85439), only secondary resources are subject to filtering. So if you were to create a filter such as `||example.com^`, and then navigate to , Adblock Plus would not prevent you from connecting and loading the web page itself served at `https://example.com/`, though it would filter all secondary resources pulled by that web page.