From 448e441efabd23471c874969973f70dcdd681167 Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Mon, 18 Nov 2024 00:12:42 +0000 Subject: [PATCH] Added 3x.ro free hosting service 3x.ro is a free hosting service in Romania, And with plenty of FP's out there in various blacklist projects 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 9e08259f..e8f04b86 100644 --- a/PyFunceble/checker/availability/extras/rules.py +++ b/PyFunceble/checker/availability/extras/rules.py @@ -81,6 +81,7 @@ def __init__(self, status: Optional[AvailabilityCheckerStatus] = None) -> None: (self.switch_to_down_if_status_code, {410, 424}), ], r"\.24\.eu$": [(self.switch_to_down_if_status_code, 503)], + r"\.3x\.ro$": [(self.switch_to_down_if_status_code, 404)], r"\.altervista\.org$": [(self.switch_to_down_if_status_code, 403)], r"\.angelfire\.com$": [(self.switch_to_down_if_status_code, 404)], r"\.blogspot\.": [self.handle_blogspot],