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 3128d71 commit 79d1e09Copy full SHA for 79d1e09
.github/lychee.toml
@@ -60,6 +60,11 @@ exclude = [
60
'^https?://localhost',
61
'^https?://127\\.0\\.0\\.1',
62
'^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',
68
69
# Exclude all issues.umbraco.org - unreliable and often returns 522
70
'http://issues\\.umbraco\\.org',
@@ -94,4 +99,4 @@ include_mail = true
94
99
############################# Content Checks ######################
95
100
# Mark pages as broken if the body contains "page not found" or "404"
96
101
[content]
97
-deny = ["(?i)page not found", "(?i)404"]
102
+deny = ["(?i)page not found", "(?i)404"]
0 commit comments