We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9053ba commit 3232f81Copy full SHA for 3232f81
tests/test_url.py
@@ -54,7 +54,8 @@ def test_url():
54
55
ignore_urls = [
56
"https://wpscan.com/", # Cloudflare doesn't like GitHub checking it
57
- "http://www.w3.org/TR/html4/loose.dtd" # Don't need to check the DTD
+ "http://www.w3.org/TR/html4/loose.dtd", # Don't need to check the DTD
58
+ "https://www.vmware.com/" # Throwing a 403 for some reason, but can't see it going anywhere
59
]
60
all_urls = []
61
broken_urls = []
0 commit comments