diff --git a/.github/workflows/config/mlc_config.json b/.github/workflows/config/mlc_config.json index a4fc18ae86..4426a08965 100644 --- a/.github/workflows/config/mlc_config.json +++ b/.github/workflows/config/mlc_config.json @@ -32,6 +32,12 @@ }, { "pattern": "^https://manualzz.com" + }, + { + "pattern": "^https://www.verticalstructure.com" + }, + { + "pattern": "^https://support.virustotal.com" } ], "httpHeaders": [ @@ -47,6 +53,5 @@ ], "retryOn429": true, "fallbackRetryDelay": "30s", - "aliveStatusCodes": [200, 403], "see": "https://github.com/tcort/markdown-link-check#config-file-format" -} \ No newline at end of file +}