Un-linkcheck-ignore a domain that's now properly serving a chain (#4859)

This commit is contained in:
Alex Gaynor 2019-04-27 15:03:49 -04:00 committed by Paul Kehrer
parent 7a079b0a85
commit 2a5eddcc7a

View file

@ -181,8 +181,6 @@ linkcheck_retries = 10
linkcheck_ignore = [
# Small DH key results in a TLS failure on modern OpenSSL
r"https://info.isl.ntt.co.jp/crypt/eng/camellia/",
# Serving an incomplete chain
r"https://www.cosic.esat.kuleuven.be",
# 403ing from Travis
r"https://devblogs.microsoft.com/oldnewthing/\?p=4223",
]