From d3f13ac295b313008b29df62a56bcd9b9fa10574 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:36:36 +0100 Subject: [PATCH] Fix false-positive site probe: Re-enable Taplink with message checkType (#2326) * Initial plan * Disable Taplink site check to fix false-positive detections Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/ef9281f4-ba67-4760-a6e2-57564ac4ea94 * Re-enable Taplink with message checkType and absenceStrs Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/db3e572e-b79b-4cec-ac7f-062e76144660 * Improve Taplink absenceStrs: add Russian variant and presenseStrs Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/28e24317-e8b9-45f6-bad5-0e549b891313 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> --- maigret/resources/data.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index 486a112..7cc2b81 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -16232,7 +16232,14 @@ "headers": { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" }, - "checkType": "status_code", + "checkType": "message", + "absenceStrs": [ + "Page not found", + "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430" + ], + "presenseStrs": [ + "taplink.cc" + ], "urlMain": "https://taplink.cc/", "url": "https://taplink.cc/{username}", "usernameClaimed": "taplink.ru",