File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ retry_wait_time = 1
3434# Note: 522 and 502 are server errors, not broken links
3535accept = [
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' ,
You can’t perform that action at this time.
0 commit comments