docs: replace retired hostnameAllowlist in browser-control example

This commit is contained in:
clawsweeper
2026-08-01 21:44:39 +00:00
parent 365511eeb1
commit 5c49cec54f

View File

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