feat: add anthropic-dangerous-direct-browser-access header to Anthropic proxy in Caddyfile
All checks were successful
On Push to Main / test (push) Successful in 30s
On Push to Main / publish (push) Successful in 57s
On Push to Main / deploy-dev (push) Successful in 1m34s

This commit is contained in:
RaymondVerhoef
2026-05-17 14:47:11 +02:00
parent 77d411b77e
commit 2374413282

View File

@@ -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"
}
}