Skip to content

Commit f254a32

Browse files
authored
Added Microsoft authentication and Entra portals to exclude list
1 parent d25b552 commit f254a32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/lychee.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ exclude = [
6161
'^https?://localhost',
6262
'^https?://127\\.0\\.0\\.1',
6363
'^https://www\\.linkedin\\.com',
64+
65+
# Exclude Microsoft authentication and Entra portals
66+
'entra\\.microsoft\\.com',
67+
'login\\.microsoftonline\\.com',
68+
'portal\\.azure\\.com',
6469

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

0 commit comments

Comments
 (0)