From d4b84b29ef97052d60582df2cc576c7a3fbad72d Mon Sep 17 00:00:00 2001 From: iam-py-test <84232764+iam-py-test@users.noreply.github.com> Date: Mon, 7 Nov 2022 17:56:30 -0500 Subject: [PATCH] Fix https://github.com/ClearURLs/Rules/issues/54 --- ClearURLs for uBo/compile.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ClearURLs for uBo/compile.py b/ClearURLs for uBo/compile.py index fd0997dcd..6289940a4 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: 4/11/2022 +! Script last updated: 7/11/2022 ! Expires: 1 day ! Licence: https://github.com/DandelionSprout/adfilt/blob/master/LICENSE.md ! Note: This was based off of https://gist.github.com/rusty-snake/5cd83a87d680ecbd03e79a1a06758207, which is based off of https://github.com/ClearURLs/Rules. The maintainers of Adfilt (DandelionSprout and iam-py-test, and contributors) have made some modifications as to keep it up-to-date with the source and to fix issues @@ -93,6 +93,9 @@ ALLOWLIST = """ @@||tix.axs.com^$removeparam=utm_term ! https://github.com/DandelionSprout/adfilt/issues/678 @@||transfernow.net/*/dltransfer$removeparam +! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-4081177 +! https://github.com/ClearURLs/Rules/issues/54 +@@||webapps.sftc.org/captcha/captcha.dll$removeparam """