Skip to content

Commit 7f25aac

Browse files
committed
Fix linkcheck issues
As more websites employ anti-bot/scrapper methods, linkcheck tends to fail more. Verified reasons for linkcheck failures before adding them to `linkcheck_ignore`. Built and ran linkcheck after making changes, no issues. No related issue, quickfix/maintenance Signed-off-by: Katrina Prosise <katrina.prosise@foundries.io>
1 parent 2f63bb0 commit 7f25aac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@
186186
r'https://api.foundries.io/*',
187187
r'https://www.nxp.com/*', # slow, frequently leads to time outs
188188
r'https://sourceforge.net/.*', # 403 error
189+
r'https://www.freedesktop.org/.*', # uses __goaway_challenge, which hinders automatic traffic
190+
r'https://uefi.org/.*', # Also fails due to bot protection
189191
'https://www.nsa.gov/portals/75/documents/what-we-do/cybersecurity/professional-resources/csi-uefi-lockdown.pdf', # 403 error
190192
'https://media.defense.gov/2020/Sep/15/2002497594/-1/-1/0/CTR-UEFI-Secure-Boot-Customization-UOO168873-20.PDF', # 403 error but will work for end user
191193
'https://codeburst.io/mutual-tls-authentication-mtls-de-mystified-11fa2a52e9cf',

0 commit comments

Comments
 (0)