We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25b552 commit f254a32Copy full SHA for f254a32
.github/lychee.toml
@@ -61,6 +61,11 @@ exclude = [
61
'^https?://localhost',
62
'^https?://127\\.0\\.0\\.1',
63
'^https://www\\.linkedin\\.com',
64
+
65
+ # Exclude Microsoft authentication and Entra portals
66
+ 'entra\\.microsoft\\.com',
67
+ 'login\\.microsoftonline\\.com',
68
+ 'portal\\.azure\\.com',
69
70
# Exclude all issues.umbraco.org - unreliable and often returns 522
71
'http://issues\\.umbraco\\.org',
0 commit comments