From e3c1f9ea28a9a9f26d6c5287ace50c45f527b054 Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:50:25 +0000 Subject: [PATCH] neocities.org After going throught the lists of `*.neocities.org` from the @phishingdatabase prokect, I've found that they uses http code 404 for subdomains that have been taken down. Hence this MR Signed-off-by: spirillen <44526987+spirillen@users.noreply.github.com> --- PyFunceble/checker/availability/extras/rules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PyFunceble/checker/availability/extras/rules.py b/PyFunceble/checker/availability/extras/rules.py index d18a4b05..e20b7409 100644 --- a/PyFunceble/checker/availability/extras/rules.py +++ b/PyFunceble/checker/availability/extras/rules.py @@ -95,6 +95,7 @@ def __init__(self, status: Optional[AvailabilityCheckerStatus] = None) -> None: r"\.imgur\.com$": [self.handle_imgur_dot_com], r"\.liveadvert\.com$": [(self.switch_to_down_if_status_code, 404)], r"\.myhuaweicloudz\.com$": [(self.switch_to_down_if_status_code, 403)], + r"\.neocities\.org$": [(self.switch_to_down_if_status_code, 404)], r"^scnv\.io$": [(self.switch_to_down_if_status_code, 404)], r"\.skyrock\.com$": [(self.switch_to_down_if_status_code, 404)], r"\.squarespace.com$": [