Skip to content

Commit 7a39a11

Browse files
committed
heyl.ink + heylink.me
When this riles are merged and deployed we should remove whitelisting from Phishing-Database/phishing#539
1 parent b386c54 commit 7a39a11

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

PyFunceble/checker/availability/extras/rules.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ def __init__(self, status: Optional[AvailabilityCheckerStatus] = None) -> None:
9090
r"\.github\.io$": [(self.switch_to_down_if_status_code, 404)],
9191
r"\.glitchz\.me$": [(self.switch_to_down_if_status_code, 403)],
9292
r"\.godaddysites\.com$": [(self.switch_to_down_if_status_code, 404)],
93-
r"\.hpg.com.br$": [(self.switch_to_down_if_status_code, 404)],
93+
r"\.hpg\.com\.br$": [(self.switch_to_down_if_status_code, 404)],
94+
r"\.heylink\.me$": [(self.switch_to_down_if_status_code, 410)],
95+
r"\.heyl\.ink$": [(self.switch_to_down_if_status_code, 410)],
9496
r"\.imgur\.com$": [self.handle_imgur_dot_com],
9597
r"\.liveadvert\.com$": [(self.switch_to_down_if_status_code, 404)],
9698
r"\.myhuaweicloudz\.com$": [(self.switch_to_down_if_status_code, 403)],

0 commit comments

Comments
 (0)