From 699449302e4d974aaa53fd89e9a9009bf92306a8 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 19 Sep 2023 09:51:40 -0400 Subject: [PATCH] More CF domains making linkcheck not work (#9626) * More CF domains making linkcheck not work * Update conf.py --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6cc82a032..5d3b59f50 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -197,10 +197,10 @@ linkcheck_ignore = [ r"https://info.isl.ntt.co.jp/crypt/eng/camellia/", # Inconsistent small DH params they seem incapable of fixing r"https://www.secg.org/sec1-v2.pdf", - # Incomplete cert chain - r"https://www.oscca.gov.cn", # Cloudflare returns 403s for all non-browser requests r"https://speakerdeck.com", + r"https://\w+.stackexchange.com", + r"https://stackoverflow.com", # GitHub changed how they do page renders so anchor detection # no longer works in source view r"https://github.com/.*/blob/.*#L\d+",