Skip to content

Commit 35fb0af

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

File tree

1 file changed

+2
-2
lines changed
  • PyFunceble/checker/availability/extras

1 file changed

+2
-2
lines changed

PyFunceble/checker/availability/extras/rules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def __init__(self, status: Optional[AvailabilityCheckerStatus] = None) -> None:
9191
r"\.glitchz\.me$": [(self.switch_to_down_if_status_code, 403)],
9292
r"\.godaddysites\.com$": [(self.switch_to_down_if_status_code, 404)],
9393
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)],
94+
r"^heylink\.me$": [(self.switch_to_down_if_status_code, 410)],
95+
r"^heyl\.ink$": [(self.switch_to_down_if_status_code, 410)],
9696
r"\.imgur\.com$": [self.handle_imgur_dot_com],
9797
r"\.liveadvert\.com$": [(self.switch_to_down_if_status_code, 404)],
9898
r"\.myhuaweicloudz\.com$": [(self.switch_to_down_if_status_code, 403)],

0 commit comments

Comments
 (0)