Skip to content

Commit c71f611

Browse files
spirillenfunilrys
authored andcommitted
Update rules.py with scnv.io
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]>
1 parent c47a673 commit c71f611

File tree

1 file changed

+1
-0
lines changed
  • PyFunceble/checker/availability/extras

1 file changed

+1
-0
lines changed

PyFunceble/checker/availability/extras/rules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def __init__(self, status: Optional[AvailabilityCheckerStatus] = None) -> None:
9797
r"\.imgur\.com$": [self.handle_imgur_dot_com],
9898
r"\.liveadvert\.com$": [(self.switch_to_down_if_status_code, 404)],
9999
r"\.myhuaweicloudz\.com$": [(self.switch_to_down_if_status_code, 403)],
100+
r"^scnv\.io$": [(self.switch_to_down_if_status_code, 404)],
100101
r"\.skyrock\.com$": [(self.switch_to_down_if_status_code, 404)],
101102
r"\.squarespace.com$": [(self.switch_to_down_if_status_code, 404),
102103
self.handle_squarespace_com,

0 commit comments

Comments
 (0)