We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
squarespace.com
1 parent 93de509 commit 56edd20Copy full SHA for 56edd20
PyFunceble/checker/availability/extras/rules.py
@@ -95,6 +95,7 @@ def __init__(self, status: Optional[AvailabilityCheckerStatus] = None) -> None:
95
r"\.liveadvert\.com$": [(self.switch_to_down_if_status_code, 404)],
96
r"\.myhuaweicloudz\.com$": [(self.switch_to_down_if_status_code, 403)],
97
r"\.skyrock\.com$": [(self.switch_to_down_if_status_code, 404)],
98
+ r"\.squarespace.com$": [(self.switch_to_down_if_status_code, 404)],
99
r"\.sz.id$": [(self.switch_to_down_if_status_code, 302)],
100
r"\.translate\.goog$": [(self.switch_to_down_if_status_code, 403)],
101
r"\.tumblr\.com$": [(self.switch_to_down_if_status_code, 404)],
0 commit comments