From d13760ae1014ac0c26fd5818a500069275644bfc Mon Sep 17 00:00:00 2001 From: gwarser Date: Sun, 15 Jan 2023 09:45:21 +0100 Subject: [PATCH] What 1p/3p mean, remove link to ABP help page --- Static-filter-syntax.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index e359d6a..3951ffd 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -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. ***