From 2374413282cf6b2fd9b902d03edfc7a901acbfcb Mon Sep 17 00:00:00 2001 From: RaymondVerhoef Date: Sun, 17 May 2026 14:47:11 +0200 Subject: [PATCH] feat: add anthropic-dangerous-direct-browser-access header to Anthropic proxy in Caddyfile --- Caddyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Caddyfile b/Caddyfile index d202cd6..157cb61 100644 --- a/Caddyfile +++ b/Caddyfile @@ -15,6 +15,7 @@ reverse_proxy https://api.anthropic.com { header_up Host api.anthropic.com header_up x-api-key "{$ANTHROPIC_API_KEY}" + header_up anthropic-dangerous-direct-browser-access "true" } }