From 5b9f180e4b2101dbb5d642bdf9b94884307193ff Mon Sep 17 00:00:00 2001 From: Robpol86 Date: Fri, 13 Oct 2023 22:53:46 -0500 Subject: [PATCH] Ignore parts.vw.com again. (#226) Looks like they implement rate limiting and occasionally return an HTTP 302 to /verify.aspx. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index b3adf9f8..ba151385 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -112,6 +112,7 @@ r"https://[\w.]*mibsolution.one/#", r"https://media.vw.com/", # All curls result in 403 r"https://mega.nz/(file|folder)/\w+#", + r"https://parts.vw.com/", # Nondeterministic rate limiting in GitHub runner r"https://www.ecstuning.com/", # All curls result in 403 r"https://www.qnx.com/developers/docs/[\w.]+/#", r"https?://192.168.\d+.\d+/",