mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 04:11:39 +00:00
docs: replace retired hostnameAllowlist in browser-control example
Co-authored-by: Ali Adnan <165782963+AAliKKhan@users.noreply.github.com>
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user