From 1264a44aa0c852e4cf99e7e7c6e30e764591860b Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 26 Mar 2020 13:39:03 +0100 Subject: [PATCH] Don't check links to github.com because of rate limiting --- blog/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/config.toml b/blog/config.toml index fa70baf3..93d9a2f7 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -18,6 +18,7 @@ skip_prefixes = [ "https://crates.io/crates", # see https://github.com/rust-lang/crates.io/issues/788 "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" ] skip_anchor_prefixes = [ "https://github.com/", # see https://github.com/getzola/zola/issues/805