Ignore yubico.com from links checks

Ref: fa2f887703
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-12-21 10:16:54 +01:00
parent 313da618bd
commit 171bc9a456
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -313,6 +313,8 @@ linkcheck_ignore = [
r'https://pecl.php.net/.*',
# 403 Client Error: Forbidden
r'https://authy.com/.*',
# Site often changes links and reverts changes (9362bde02d0535a2f8cb74a18797249cb734c4b0)
r'https://www.yubico.com/.*',
# 500 Server Error: Internal Server Error
r'http://www.scriptalicious.com/.*',
]