From 1d09416b4cadd9768e920f3b1046859385996ecf Mon Sep 17 00:00:00 2001 From: chanki Date: Fri, 17 Apr 2026 23:58:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20self-fetch=20522=20=EC=97=90=EB=9F=AC=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0=EC=9D=84=20=EC=9C=84=ED=95=9C=20=ED=98=B8?= =?UTF-8?q?=ED=99=98=EC=84=B1=20=ED=94=8C=EB=9E=98=EA=B7=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 커스텀 도메인에서 같은 Worker로 self-fetch 시 522가 발생하는 Cloudflare 제한을 global_fetch_strictly_public 플래그로 해제 Co-Authored-By: Claude Opus 4.6 (1M context) --- wrangler.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/wrangler.jsonc b/wrangler.jsonc index 5e7d3a6..9864b1b 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -2,6 +2,7 @@ "name": "github", "main": "index.js", "compatibility_date": "2024-01-01", + "compatibility_flags": ["global_fetch_strictly_public"], "account_id": "94480614a6df7731f1e4491bdac5c440", "vars": { "WORKER_URL": "https://github.dalestudy.workers.dev",