Skip to content

Commit 3f1c43e

Browse files
committed
Add Twitter to the list of excluded sites
HEAD requests appear to return 403s, and unfortunately linkcheck uses those. The current Twitter link is fairly benign, so stop checking it, I guess.
1 parent 1d9c973 commit 3f1c43e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ exclude = [
4444
'print.html', # Do not check the print page, as it is generated separately
4545
'single.html', # Do not check the single page, as it is generated separately
4646
'http[s]*://problemkaputt\.de', # Skip checking problemkaputt.de, as connection to this domain is generally unreliable
47+
'https?://twitter.com', # Thank you Elon Musk.
4748
]

0 commit comments

Comments
 (0)