Skip to content

Commit

Permalink
ignore vmware site
Browse files Browse the repository at this point in the history
  • Loading branch information
digininja committed Apr 19, 2021
1 parent b9053ba commit 3232f81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def test_url():

ignore_urls = [
"https://wpscan.com/", # Cloudflare doesn't like GitHub checking it
"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
"https://www.vmware.com/" # Throwing a 403 for some reason, but can't see it going anywhere
]
all_urls = []
broken_urls = []
Expand Down

0 comments on commit 3232f81

Please sign in to comment.