Skip to content

Commit

Permalink
add ignore links
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Fedosov committed May 11, 2024
1 parent 169d7ba commit 4e68174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def test_url():
"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
"https://twitter.com/digininja", # Twitter doesn't like GitHub checking it
"https://www.cgisecurity.com/xss-faq.html", # Throwing a 403 for some reason, but can't see it going anywhere
"https://www.cgisecurity.com/csrf-faq.html", # Throwing a 403 for some reason, but can't see it going anywhere
]
all_urls = []
broken_urls = []
Expand Down

0 comments on commit 4e68174

Please sign in to comment.