Added an URL to skip to the test-crawler

- Legacy-Id: 12500
This commit is contained in:
Henrik Levkowetz 2016-12-09 13:04:22 +00:00
parent 7935926a05
commit 44269f1d73

View file

@ -198,6 +198,7 @@ def skip_url(url):
"^/wg/[a-z0-9-]+/deps/svg/",
# This bad url occurs in an uploaded html agenda:
r"/site/ietfdhcwg/_/rsrc/1311005436000/system/app/css/overlay.css\?cb=simple100%250150goog-ws-left",
r"/dir/tsvdir/reviews/",
):
if re.search(pattern, url):
return True