mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 23:42:39 +01:00
Updated Dynamic filtering (markdown)
parent
3e61955744
commit
936fbd7891
@ -16,7 +16,7 @@ Columns:
|
|||||||
4. to block 1st-party `<iframe>` tags.
|
4. to block 1st-party `<iframe>` tags.
|
||||||
5. to block 3rd-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)
|
![Figure 2](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/dynamic-filtering-2.png)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user