From 752198312c6bcb24574edd31fb8ce5fbd388f39c Mon Sep 17 00:00:00 2001 From: Rob Lester Date: Fri, 29 May 2026 11:01:42 +0100 Subject: [PATCH] Updated update-check service URL to check.ghost.org The update-check service has moved from updates.ghost.org to a backwards-compatible Cloudflare Worker at check.ghost.org. This points the default endpoint at the new service. --- ghost/core/core/shared/config/defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/core/core/shared/config/defaults.json b/ghost/core/core/shared/config/defaults.json index 411258a3713..428df6ae928 100644 --- a/ghost/core/core/shared/config/defaults.json +++ b/ghost/core/core/shared/config/defaults.json @@ -10,7 +10,7 @@ "redirects": true }, "updateCheck": { - "url": "https://updates.ghost.org", + "url": "https://check.ghost.org", "forceUpdate": false }, "privacy": false,