mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Dynamic filtering (markdown)
parent
3e61955744
commit
936fbd7891
1 changed files with 1 additions and 1 deletions
|
|
@ -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/).
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue