From 442e83ad9f6f410350f3bb915e0b1075e1772e71 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 29 Dec 2017 12:24:07 -0500 Subject: [PATCH] Updated Inline script tag filtering (markdown) --- Inline-script-tag-filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inline-script-tag-filtering.md b/Inline-script-tag-filtering.md index 47fc1ba..ce02c90 100644 --- a/Inline-script-tag-filtering.md +++ b/Inline-script-tag-filtering.md @@ -18,7 +18,7 @@ Script tag filters do not work in all browsers, due to browser API limitations: - Not supported in Chromium-based browser. - Starring the [related Chromium issue](https://code.google.com/p/chromium/issues/detail?id=168175) may help motivate Chromium devs to implement support. - Falling back on wholesale blocking of all inline script tags may work.[1] -- Not supported in Firefox's WebExtensions version of uBO. +- Not supported in Firefox's WebExtensions version of uBO 1.14.23b2 and less. [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_.