From 89beaafc7cb782aebb64cd768c026352ef3fed7c Mon Sep 17 00:00:00 2001 From: iam-py-test <84232764+iam-py-test@users.noreply.github.com> Date: Tue, 30 May 2023 19:39:08 -0400 Subject: [PATCH] Fix https://github.com/collinbarrett/FilterLists/issues/3667, part 1 --- services/Directory/data/FilterList.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index 46719564d..74c681e06 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17837,5 +17837,12 @@ "issuesUrl": "https://github.com/www-k9/hosts/issues", "licenseId": 2, "name": "WWW-K9" + }, + { + "id":2660, + "homeUrl": "https://github.com/L8X/AntiAuthenticationUrlFilter", + "issuesUrl": "https://github.com/L8X/AntiAuthenticationUrlFilter/issues", + "name": "Anti-Authentication-Url-Filter", + "description": "Blocks use of @ (i.e. https://google.com@example.com) before domain names, which is being used to trick people" } ]