Skip to content

Commit 1d09416

Browse files
devchankiclaude
andcommitted
fix: self-fetch 522 에러 해결을 위한 호환성 플래그 추가
커스텀 도메인에서 같은 Worker로 self-fetch 시 522가 발생하는 Cloudflare 제한을 global_fetch_strictly_public 플래그로 해제 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3f29950 commit 1d09416

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wrangler.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "github",
33
"main": "index.js",
44
"compatibility_date": "2024-01-01",
5+
"compatibility_flags": ["global_fetch_strictly_public"],
56
"account_id": "94480614a6df7731f1e4491bdac5c440",
67
"vars": {
78
"WORKER_URL": "https://github.dalestudy.workers.dev",

0 commit comments

Comments
 (0)