1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-28 21:57:12 +02:00

Updated Dynamic filtering (markdown)

gorhill 2014-10-07 07:09:09 -07:00
parent 3e61955744
commit 936fbd7891

@ -16,7 +16,7 @@ Columns:
4. to block 1st-party `<iframe>` tags.
5. to block 3rd-party `<iframe>` tags.
Whether a request is "1st-party" or "3rd-party" to a page (or frame) is derived from the domain names extracted from the URL address of the net request and the URL address of the page (or frame): they have to be the same. So `www.arstechnica.com` is 1st-party to `arstechnica.com`, while `arstechnica.net` is 3rd-party to `arstechnica.com`. Domain names are extracted as per [Mozilla's Public Suffix List](https://publicsuffix.org/).
Whether a request is "1st-party" or "3rd-party" to a page is derived from the domain names extracted from the URL address of the net request and the URL address of the page: they have to be the same. So `www.arstechnica.com` is 1st-party to `arstechnica.com`, while `arstechnica.net` is 3rd-party to `arstechnica.com`. Domain names are extracted as per [Mozilla's Public Suffix List](https://publicsuffix.org/).
![Figure 2](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/dynamic-filtering-2.png)