File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )],
You can’t perform that action at this time.
0 commit comments