Skip to content

Commit 79d1e09

Browse files
authored
Added Microsoft authentication and Entra portals in Exclude list
1 parent 3128d71 commit 79d1e09

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/lychee.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ exclude = [
6060
'^https?://localhost',
6161
'^https?://127\\.0\\.0\\.1',
6262
'^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',
6368

6469
# Exclude all issues.umbraco.org - unreliable and often returns 522
6570
'http://issues\\.umbraco\\.org',
@@ -94,4 +99,4 @@ include_mail = true
9499
############################# Content Checks ######################
95100
# Mark pages as broken if the body contains "page not found" or "404"
96101
[content]
97-
deny = ["(?i)page not found", "(?i)404"]
102+
deny = ["(?i)page not found", "(?i)404"]

0 commit comments

Comments
 (0)