docs: replace retired hostnameAllowlist in browser-control example

Co-authored-by: Ali Adnan <165782963+AAliKKhan@users.noreply.github.com>
This commit is contained in:
clawsweeper
2026-07-31 18:00:13 +00:00
parent 99f9c433be
commit 59b1ac432b

View File

@@ -504,8 +504,7 @@ Strict-mode example (block private/internal destinations by default):
browser: {
ssrfPolicy: {
dangerouslyAllowPrivateNetwork: false,
hostnameAllowlist: ["*.example.com", "example.com"],
allowedHostnames: ["localhost"], // optional exact allow
allowedHostnames: ["*.example.com", "example.com"],
},
},
}