From 9a6e5dd10a8b5ace6a2544de6a8dc875ff85d69a Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 1 Oct 2015 08:48:34 -0400 Subject: [PATCH] Updated Inline script tag filtering (markdown) --- Inline-script-tag-filtering.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Inline-script-tag-filtering.md b/Inline-script-tag-filtering.md index ae76f02..52bff9f 100644 --- a/Inline-script-tag-filtering.md +++ b/Inline-script-tag-filtering.md @@ -64,6 +64,13 @@ For example, the web site at `http://focus.de/` will resort to deface itself wit ... +#### Caveats + +Script tag filters do not work in all browsers, due to browser API limitations: + +- Not supported in Chromium-based browser. +- Not supported on older version of Firefox. + *** - [1] Through the use of the `inline-script` static filter option (`||example.com^$inline-script`), or through the use of a dynamic filtering block rule for _inline scripts_. \ No newline at end of file