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