From 4d326ef806a4f105fbf3995682fc0fcba42aa7ef Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 26 Mar 2020 17:24:40 +0100 Subject: [PATCH] Ignore linkedin.com in link checking --- blog/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/config.toml b/blog/config.toml index 93d9a2f7..14b440de 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -19,6 +19,7 @@ skip_prefixes = [ "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://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 = [ "https://github.com/", # see https://github.com/getzola/zola/issues/805