File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
.agents/skills/generate-sandbox-policy Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments