From d41129aeb614dd130019677d05f8e2ca33e93492 Mon Sep 17 00:00:00 2001 From: gwarser Date: Mon, 17 Jan 2022 17:37:12 +0100 Subject: [PATCH] Add link from inline-script to csp --- Static-filter-syntax.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index a4af765..a019f95 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -418,6 +418,8 @@ Example: `||google-analytics.com^$important,third-party` will block all network To specifically disable inline script tags in a main page via CSP: `||example.com^$inline-script`. +See also: [`csp`](#csp) + *** #### `inline-font`