Skip to content

Commit 1ea64df

Browse files
committed
fix(docs): clarify that only terminate/passthrough values are deprecated, not the tls field itself
1 parent 034617c commit 1ea64df

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.agents/skills/generate-sandbox-policy/examples.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Examples organized by detail tier — from minimal (just host + intent) to full
44

55
> **TLS note:** TLS termination is automatic. The proxy auto-detects TLS by
66
> peeking the first bytes of each connection, so there is no need to specify
7-
> `tls: terminate` in policies. The `tls` field is deprecated. If you have an
8-
> edge case where auto-detection must be bypassed, you can set `tls: skip` to
9-
> disable TLS interception for that endpoint.
7+
> `tls: terminate` in policies. The `tls: terminate` and `tls: passthrough`
8+
> values are deprecated. If you have an edge case where auto-detection must
9+
> be bypassed, you can set `tls: skip` to disable TLS interception for that
10+
> endpoint.
1011
1112
---
1213

0 commit comments

Comments
 (0)