{ "ignorePatterns": [ { "pattern": "^http://localhost" }, { "pattern": "^https://localhost" }, { "pattern": "^http://127.0.0.1" }, { "pattern": "^https://127.0.0.1" }, { "pattern": "^XXXX-filename\\.md$" } ], "replacementPatterns": [ { "pattern": "^/", "replacement": "{{BASEURL}}/" } ], "httpHeaders": [ { "urls": ["https://github.com"], "headers": { "Accept": "text/html" } } ], "timeout": "20s", "retryOn429": true, "retryCount": 3, "fallbackRetryDelay": "30s", "aliveStatusCodes": [200, 206] }