From af69a22dd5f5190fe76329e26a8e7ec78bb8932d Mon Sep 17 00:00:00 2001 From: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:57:40 +0000 Subject: [PATCH] docs: replace retired hostnameAllowlist in browser-control example --- docs/tools/browser-control.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools/browser-control.md b/docs/tools/browser-control.md index 0a57c91073b8..dce62da5ff9a 100644 --- a/docs/tools/browser-control.md +++ b/docs/tools/browser-control.md @@ -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