Skip to content

Commit 788efce

Browse files
author
Natallia Harshunova
committed
update docs
1 parent 207bf0e commit 788efce

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,14 @@ The Chrome DevTools MCP server supports the following configuration option:
615615
Additional arguments for Chrome. Only applies when Chrome is launched by chrome-devtools-mcp.
616616
- **Type:** array
617617

618+
- **`--blocklist`**
619+
URL patterns to block access to. Uses standard URLPattern API. Cannot be used with --blocklist
620+
- **Type:** array
621+
622+
- **`--allowlist`**
623+
URL patterns to allow access to (blocks everything else). Uses standard URLPattern API. Cannot be used with --blocklist.
624+
- **Type:** array
625+
618626
- **`--ignoreDefaultChromeArg`/ `--ignore-default-chrome-arg`**
619627
Explicitly disable default arguments for Chrome. Only applies when Chrome is launched by chrome-devtools-mcp.
620628
- **Type:** array

src/telemetry/flag_usage_metrics.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,5 +295,13 @@
295295
{
296296
"name": "category_experimental_third_party",
297297
"flagType": "boolean"
298+
},
299+
{
300+
"name": "blocklist_present",
301+
"flagType": "boolean"
302+
},
303+
{
304+
"name": "allowlist_present",
305+
"flagType": "boolean"
298306
}
299307
]

0 commit comments

Comments
 (0)