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