diff --git a/book.toml b/book.toml index 68340d2d7..179070602 100644 --- a/book.toml +++ b/book.toml @@ -40,7 +40,11 @@ exclude = [ "play\\.rust-lang\\.org", "tomlee\\.co", "marketplace\\.visualstudio\\.com", - "objects\\.githubusercontent\\.com" + "objects\\.githubusercontent\\.com", + # The bug listing URL works only if an user is logged in. + "github\\.com\\/issues\\?", + # Handle: connection closed before message completed + "microsoft\\.com\\/en-us\\/research\\/publication\\/", ] cache-timeout = 86400 warning-policy = "error"