1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-16 15:33:38 +01:00

What 1p/3p mean, remove link to ABP help page

gwarser 2023-01-15 09:45:21 +01:00
parent b522a7378c
commit d13760ae10

@ -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.
***