From 6857d6a3031decf7501aed18758526187457be59 Mon Sep 17 00:00:00 2001 From: gwarser Date: Thu, 19 Sep 2024 08:33:18 +0200 Subject: [PATCH] Updated Static filter syntax (markdown) --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index ae2c639..85976fb 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -561,7 +561,7 @@ Example: `||google-analytics.com^$important,third-party` will block all network Disable inline script tags in the main page via CSP: `||example.com^$inline-script`. -e also: [`csp`](#csp) +See also: [`csp`](#csp) ***