mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
What 1p/3p mean, remove link to ABP help page
parent
b522a7378c
commit
d13760ae10
1 changed files with 6 additions and 2 deletions
|
|
@ -199,13 +199,17 @@ Usually, it is far more convenient to use [dynamic filtering rules](./Dynamic-fi
|
|||
|
||||
#### `1p`
|
||||
|
||||
Equivalent to [`first-party`](#first-party) uBO option, which in turn is negated `third-party` [option](https://help.eyeo.com/en/adblockplus/how-to-write-filters#options) (`~third-party`). For convenience.
|
||||
Equivalent to [`first-party`](#first-party) uBO option, which in turn is negated `third-party` option (`~third-party`).
|
||||
|
||||
Filter will match on requests to currently visited domain.
|
||||
|
||||
***
|
||||
|
||||
#### `3p`
|
||||
|
||||
Equivalent to `third-party` [option](https://help.eyeo.com/en/adblockplus/how-to-write-filters#options). For convenience.
|
||||
Equivalent to `third-party` option.
|
||||
|
||||
Filter will match on requests to other than currently visited domain.
|
||||
|
||||
***
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue