Skip to content

Commit

Permalink
Added 3x.ro free hosting service
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
spirillen authored and funilrys committed Dec 26, 2024
1 parent 93de509 commit 19e7e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PyFunceble/checker/availability/extras/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 19e7e0d

Please sign in to comment.