From f54791e735215adbc9d8b416148359f06619019e Mon Sep 17 00:00:00 2001 From: iam-py-test <84232764+iam-py-test@users.noreply.github.com> Date: Thu, 29 Feb 2024 06:21:33 -0500 Subject: [PATCH] Fix https://github.com/DandelionSprout/adfilt/issues/1012 --- ClearURLs for uBo/compile.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ClearURLs for uBo/compile.py b/ClearURLs for uBo/compile.py index c09ffdee1..c22aaff92 100644 --- a/ClearURLs for uBo/compile.py +++ b/ClearURLs for uBo/compile.py @@ -34,7 +34,7 @@ HEAD = """\ ! Homepage: https://github.com/DandelionSprout/adfilt/discussions/163 ! Description: Want to use ClearURLs' tracking protection without installing another extension? This list is a (unofficial) version of the ClearURLs rules, designed for use in uBlock Origin and AdGuard. This ONLY includes the URL parameter removal functionality from ClearURLs, and not the other functions. ! Last updated: {date} -! Script last updated: 8/1/2024 +! Script last updated: 29/2/2024 ! Expires: 1 day ! Licence: https://github.com/DandelionSprout/adfilt/blob/master/LICENSE.md ! Warning: This list may break websites, and contains many problematic rules. Worse, it may even prevent other filterlists from working. There is not much the Adfilt maintainers can do, as this list is just the ClearURLs rules converted into a uBo/AdGuard filterlist. Use with caution. @@ -110,6 +110,8 @@ ALLOWLIST = """ @@||webapps.sftc.org/captcha/captcha.dll$removeparam ! https://github.com/ClearURLs/Rules/issues/46 @@||track.sendle.com/tracking$removeparam=ref +! https://github.com/DandelionSprout/adfilt/issues/1012 +@@||google.com^$xmlhttprequest,removeparam=ei """