Skip to content

Commit

Permalink
Update rules.py with scnv.io
Browse files Browse the repository at this point in the history
This fix is for Phishing-Database/Phishing.Database#971

Whitelisting this in general would be wrong. Is is a better and safer approach.

Signed-off-by: spirillen <[email protected]>
  • Loading branch information
spirillen authored and funilrys committed Dec 26, 2024
1 parent c47a673 commit c71f611
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 @@ -97,6 +97,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"^scnv\.io$": [(self.switch_to_down_if_status_code, 404)],
r"\.skyrock\.com$": [(self.switch_to_down_if_status_code, 404)],
r"\.squarespace.com$": [(self.switch_to_down_if_status_code, 404),
self.handle_squarespace_com,
Expand Down

0 comments on commit c71f611

Please sign in to comment.