Skip to content

Commit 4c4d257

Browse files
author
christopherholland-workday
committed
fix: Control default deny list via an env var
1 parent 303162d commit 4c4d257

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

docker/.env.example

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,6 @@ JWT_REFRESH_TOKEN_EXPIRY_IN_MINUTES=43200
184184

185185
# HTTP_DENY_LIST=
186186
# HTTP_SECURITY_CHECK=true
187-
# Set to false to disable the default HTTP deny list (localhost, private IPs, cloud metadata endpoints).
188-
# Only recommended for self-hosted instances that need local network access.
189-
# When false, HTTP_DENY_LIST is still enforced if set.
190187
# CUSTOM_MCP_SECURITY_CHECK=true
191188
# CUSTOM_MCP_PROTOCOL=sse #(stdio | sse)
192189
# TRUST_PROXY=true #(true | false | 1 | loopback| linklocal | uniquelocal | IP addresses | loopback, IP addresses)

docker/worker/.env.example

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ JWT_REFRESH_TOKEN_EXPIRY_IN_MINUTES=43200
183183
############################################################################################################
184184

185185
# HTTP_DENY_LIST=
186-
# Set to false to disable the default HTTP deny list (localhost, private IPs, cloud metadata endpoints).
187-
# Only recommended for self-hosted instances that need local network access.
188-
# When false, HTTP_DENY_LIST is still enforced if set.
189186
# HTTP_SECURITY_CHECK=true
190187
# CUSTOM_MCP_SECURITY_CHECK=true
191188
# CUSTOM_MCP_PROTOCOL=sse #(stdio | sse)

packages/server/.env.example

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ JWT_REFRESH_TOKEN_EXPIRY_IN_MINUTES=43200
183183
############################################################################################################
184184

185185
# HTTP_DENY_LIST=
186-
# Set to false to disable the default HTTP deny list (localhost, private IPs, cloud metadata endpoints).
187-
# Only recommended for self-hosted instances that need local network access.
188-
# When false, HTTP_DENY_LIST is still enforced if set.
189186
# HTTP_SECURITY_CHECK=true
190187
# CUSTOM_MCP_SECURITY_CHECK=true
191188
# CUSTOM_MCP_PROTOCOL=sse #(stdio | sse)

0 commit comments

Comments
 (0)