We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 389ba05 + 8b1f7be commit 9fe06f2Copy full SHA for 9fe06f2
apify-docs-theme/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@apify/docs-theme",
3
- "version": "1.0.206",
+ "version": "1.0.207",
4
"description": "",
5
"main": "./src/index.js",
6
"files": [
apify-docs-theme/static/js/custom.js
@@ -145,6 +145,9 @@ function clearMcpRedirectCache() {
145
fetch('https://mcp.apify.com/', {
146
method: 'get',
147
cache: 'reload',
148
+ headers: {
149
+ Accept: 'text/html',
150
+ },
151
}).then(() => {
152
// Cache cleared successfully
153
}).catch(() => {
0 commit comments