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.
fc2.com
1 parent 45d85f0 commit 6c98103Copy full SHA for 6c98103
PyFunceble/checker/availability/extra_rules.py
@@ -310,7 +310,7 @@ def __handle_fc2_dot_com(self) -> "ExtraRulesHandler":
310
311
req = PyFunceble.factory.Requester.get(url, allow_redirects=False)
312
313
- if "error.fc2.com" in req.headers["Location"]:
+ if "Location" in req.headers and "error.fc2.com" in req.headers["Location"]:
314
self.__switch_to_down()
315
316
return self
0 commit comments