diff --git a/.mlc_config.json b/.mlc_config.json index 0bdb77a71..12e804010 100644 --- a/.mlc_config.json +++ b/.mlc_config.json @@ -14,5 +14,13 @@ "retryOn429": true, "retryCount": 2, "fallbackRetryDelay": "30s", - "aliveStatusCodes": [200, 206, 301, 400, 429] + "aliveStatusCodes": [200, 206, 301, 400, 429], + "httpHeaders": [ + { + "urls": ["https://docs.github.com/"], + "headers": { + "Accept-Encoding": "zstd, br, gzip, deflate" + } + } + ] } \ No newline at end of file