1 parent efd2ddb commit b220e1dCopy full SHA for b220e1d
1 file changed
subdomain_takeover_tools/confirm_fastly.py
@@ -20,7 +20,7 @@ def is_valid(domain, _):
20
def confirm_fastly(domain):
21
setup_response = session.post(url, data={'name': domain})
22
session.delete(url + '/' + prepare_domain_name(domain))
23
- return setup_response.status_code == 200
+ return "is owned by another customer" not in setup_response.text
24
25
26
def main():
0 commit comments