diff --git a/images/docs-builder/asciidoc-link-check-config.json b/images/docs-builder/asciidoc-link-check-config.json index 9a9fc53849..acd0487551 100644 --- a/images/docs-builder/asciidoc-link-check-config.json +++ b/images/docs-builder/asciidoc-link-check-config.json @@ -4,5 +4,13 @@ { "pattern": "^http://api.crc.testing" }, { "pattern": "https://console-openshift-console.apps-crc.testing" }, { "pattern": "http://proxy.example.com" } + ], + "httpHeaders": [ + { + "urls": ["https://help.github.com"], + "headers": { + "Accept-Encoding": "gzip, deflate" + } + } ] }