Skip to content

Commit d25b552

Browse files
authored
Removed links from exclude list and added code to accept list
1 parent 79d1e09 commit d25b552

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/lychee.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ retry_wait_time = 1
3434
# Note: 522 and 502 are server errors, not broken links
3535
accept = [
3636
"200..=204",
37-
"301..=308",
37+
"301..=308",
38+
"403", # Forbidden (Microsoft/LinkedIn block automated tools)
3839
"429",
3940
"502", # Bad Gateway
4041
"522" # Connection timed out (Cloudflare)
@@ -60,11 +61,6 @@ exclude = [
6061
'^https?://localhost',
6162
'^https?://127\\.0\\.0\\.1',
6263
'^https://www\\.linkedin\\.com',
63-
64-
# Exclude Microsoft authentication and Entra portals
65-
'^https://entra\\.microsoft\\.com',
66-
'^https://login\\.microsoftonline\\.com',
67-
'^https://portal\\.azure\\.com',
6864

6965
# Exclude all issues.umbraco.org - unreliable and often returns 522
7066
'http://issues\\.umbraco\\.org',

0 commit comments

Comments
 (0)