mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Ignore linkedin.com in link checking
This commit is contained in:
@@ -19,6 +19,7 @@ skip_prefixes = [
|
|||||||
"https://www.amd.com/system/files/TechDocs/", # seems to have problems with PDFs
|
"https://www.amd.com/system/files/TechDocs/", # seems to have problems with PDFs
|
||||||
"https://developer.apple.com/library/archive/qa/qa1118/_index.html", # results in a 401 (I don't know why)
|
"https://developer.apple.com/library/archive/qa/qa1118/_index.html", # results in a 401 (I don't know why)
|
||||||
"https://github.com", # rate limiting often leads to "Error 429 Too Many Requests"
|
"https://github.com", # rate limiting often leads to "Error 429 Too Many Requests"
|
||||||
|
"https://www.linkedin.com/", # seems to send invalid HTTP status codes
|
||||||
]
|
]
|
||||||
skip_anchor_prefixes = [
|
skip_anchor_prefixes = [
|
||||||
"https://github.com/", # see https://github.com/getzola/zola/issues/805
|
"https://github.com/", # see https://github.com/getzola/zola/issues/805
|
||||||
|
|||||||
Reference in New Issue
Block a user