You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Use Readability to extract main content from HTML (fallbacks to basic HTML cleanup).",
8603
8603
},
8604
+
useTrustedEnvProxy: {
8605
+
type: "boolean",
8606
+
title: "Web Fetch Trusted Env Proxy",
8607
+
description:
8608
+
"Route web_fetch through a trusted HTTP(S) env proxy and let the proxy resolve DNS. Enable only when that proxy is operator-controlled and enforces outbound policy after DNS resolution.",
help: "Use Readability to extract main content from HTML (fallbacks to basic HTML cleanup).",
25645
25651
tags: ["tools"],
25646
25652
},
25653
+
"tools.web.fetch.useTrustedEnvProxy": {
25654
+
label: "Web Fetch Trusted Env Proxy",
25655
+
help: "Route web_fetch through a trusted HTTP(S) env proxy and let the proxy resolve DNS. Enable only when that proxy is operator-controlled and enforces outbound policy after DNS resolution.",
25656
+
tags: ["tools"],
25657
+
},
25647
25658
"tools.web.fetch.ssrfPolicy": {
25648
25659
label: "Web Fetch SSRF Policy",
25649
25660
help: "Scoped SSRF policy overrides for web_fetch. Keep this narrow and opt in only for known local-network proxy environments.",
"tools.web.fetch.userAgent": "Override User-Agent header for web_fetch requests.",
821
821
"tools.web.fetch.readability":
822
822
"Use Readability to extract main content from HTML (fallbacks to basic HTML cleanup).",
823
+
"tools.web.fetch.useTrustedEnvProxy":
824
+
"Route web_fetch through a trusted HTTP(S) env proxy and let the proxy resolve DNS. Enable only when that proxy is operator-controlled and enforces outbound policy after DNS resolution.",
823
825
"tools.web.fetch.ssrfPolicy":
824
826
"Scoped SSRF policy overrides for web_fetch. Keep this narrow and opt in only for known local-network proxy environments.",
0 commit comments