From 961cc8d956bd2836e22d094ef00e8c20ba9baa0b Mon Sep 17 00:00:00 2001 From: Eric Herman Date: Fri, 29 Mar 2024 07:58:23 +0100 Subject: [PATCH] test-with-link-check: ignore linkedin - ./_site/who-we-are/former-team-members.html * External link https://www.linkedin.com/in/albaroza/ failed: 999 No error (Note: 999 is _very_ wrong by linkedin, not a valid HTTP status code) --- script/test-with-link-check.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/test-with-link-check.sh b/script/test-with-link-check.sh index f9a3b80..19a8029 100755 --- a/script/test-with-link-check.sh +++ b/script/test-with-link-check.sh @@ -26,6 +26,7 @@ bundle exec jekyll build # * docs.github.com/en : blocked by github DDoS protection # * plausible.io/js/plausible.js : does not serve to scripts # * twitter : grrr +# * linkedin.com : "999 No error" # * 127.0.0.1 : localhost does not need to be checked # * #_$ : our special anchor # @@ -34,6 +35,7 @@ URL_IGNORE_REGEXES="\ ,/docs\.github\.com\/en\//\ ,/plausible\.io\/js\/plausible\.js/\ ,/twitter\.com/\ +,/linkedin\.com/\ ,/127\.0\.0\.1:/\ ,/^#_$/\ "