docs: replace retired hostnameAllowlist in browser-control example

This commit is contained in:
clawsweeper
2026-07-31 22:57:40 +00:00
parent 9734938b71
commit af69a22dd5

View File

@@ -510,8 +510,8 @@ Strict-mode example (block private/internal destinations by default):
}
```
`*.example.com` permits subdomains; include `example.com` separately when the
base domain should also be allowed.
For browser navigation, `*.example.com` permits subdomains; include
`example.com` separately when the base domain should also be allowed.
## Related