Skip to content

Commit 56edd20

Browse files
committed
Special rule for squarespace.com
Test domain `http://comptes-agricole.squarespace.com/`
1 parent 93de509 commit 56edd20

File tree

1 file changed

+1
-0
lines changed
  • PyFunceble/checker/availability/extras

1 file changed

+1
-0
lines changed

PyFunceble/checker/availability/extras/rules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def __init__(self, status: Optional[AvailabilityCheckerStatus] = None) -> None:
9595
r"\.liveadvert\.com$": [(self.switch_to_down_if_status_code, 404)],
9696
r"\.myhuaweicloudz\.com$": [(self.switch_to_down_if_status_code, 403)],
9797
r"\.skyrock\.com$": [(self.switch_to_down_if_status_code, 404)],
98+
r"\.squarespace.com$": [(self.switch_to_down_if_status_code, 404)],
9899
r"\.sz.id$": [(self.switch_to_down_if_status_code, 302)],
99100
r"\.translate\.goog$": [(self.switch_to_down_if_status_code, 403)],
100101
r"\.tumblr\.com$": [(self.switch_to_down_if_status_code, 404)],

0 commit comments

Comments
 (0)