diff --git a/apify-docs-theme/static/js/custom.js b/apify-docs-theme/static/js/custom.js index 0d91fa981e..af0e36b67e 100644 --- a/apify-docs-theme/static/js/custom.js +++ b/apify-docs-theme/static/js/custom.js @@ -145,6 +145,9 @@ function clearMcpRedirectCache() { fetch('https://mcp.apify.com/', { method: 'get', cache: 'reload', + headers: { + Accept: 'text/html', + }, }).then(() => { // Cache cleared successfully }).catch(() => {