diff --git a/.lychee.toml b/.lychee.toml index 54db9a7e7..f703aa73c 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -32,4 +32,5 @@ exclude = [ "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 "https://stackoverflow\\.com", # Returns 403 to automated requests + "https://marketplace\\.visualstudio\\.com", # Returns 503 to automated requests ]