Skip to content

Commit 3232f81

Browse files
committed
ignore vmware site
1 parent b9053ba commit 3232f81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_url.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def test_url():
5454

5555
ignore_urls = [
5656
"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
57+
"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
5859
]
5960
all_urls = []
6061
broken_urls = []

0 commit comments

Comments
 (0)