We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b45c87 commit ff9faa3Copy full SHA for ff9faa3
registry/coder/modules/claude-code/scripts/start.sh
@@ -106,7 +106,7 @@ function start_agentapi() {
106
# Build boundary args with conditional --unprivileged flag
107
BOUNDARY_ARGS=(--log-dir "$ARG_BOUNDARY_LOG_DIR")
108
# Add default allowed URLs
109
- BOUNDARY_ARGS+=(--allow "*.anthropic.com" --allow "registry.npmjs.org" --allow "*.sentry.io" --allow "claude.ai" --allow "$ARG_CODER_HOST")
+ BOUNDARY_ARGS+=(--allow "*anthropic.com" --allow "registry.npmjs.org" --allow "*sentry.io" --allow "claude.ai" --allow "$ARG_CODER_HOST")
110
111
# Add any additional allowed URLs from the variable
112
if [ -n "$ARG_BOUNDARY_ADDITIONAL_ALLOWED_URLS" ]; then
0 commit comments