Skip to content

Commit

Permalink
heyl.ink + heylink.me
Browse files Browse the repository at this point in the history
When this riles are merged and deployed we should remove whitelisting from Phishing-Database/phishing#539
  • Loading branch information
spirillen committed Dec 21, 2024
1 parent b386c54 commit 7a39a11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PyFunceble/checker/availability/extras/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ def __init__(self, status: Optional[AvailabilityCheckerStatus] = None) -> None:
r"\.github\.io$": [(self.switch_to_down_if_status_code, 404)],
r"\.glitchz\.me$": [(self.switch_to_down_if_status_code, 403)],
r"\.godaddysites\.com$": [(self.switch_to_down_if_status_code, 404)],
r"\.hpg.com.br$": [(self.switch_to_down_if_status_code, 404)],
r"\.hpg\.com\.br$": [(self.switch_to_down_if_status_code, 404)],
r"\.heylink\.me$": [(self.switch_to_down_if_status_code, 410)],
r"\.heyl\.ink$": [(self.switch_to_down_if_status_code, 410)],
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)],
Expand Down

0 comments on commit 7a39a11

Please sign in to comment.