diff --git a/.lychee.toml b/.lychee.toml index 3dfaec19a5..15af8f386f 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -29,4 +29,6 @@ exclude = [ "https://sc22\\.supercomputing\\.org", # Returns 415 to automated requests "https://strawberryperl\\.com", # Frequently times out "https://www\\.olcf\\.ornl\\.gov/summit", # Returns 503 to automated requests + "https://apps\\.microsoft\\.com/store/detail/", # Microsoft Store detail pages return 403 to automated requests + "https://code\\.visualstudio\\.com/?$", # Root page returns 403 to automated requests ]