Skip to content

Commit 118e51c

Browse files
Natallia HarshunovaOrKoN
authored andcommitted
update docs
1 parent d696987 commit 118e51c

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
@@ -636,6 +636,14 @@ The Chrome DevTools MCP server supports the following configuration option:
636636
Additional arguments for Chrome. Only applies when Chrome is launched by chrome-devtools-mcp.
637637
- **Type:** array
638638

639+
- **`--blocklist`**
640+
URL patterns to block access to. Uses standard URLPattern API. Cannot be used with --blocklist
641+
- **Type:** array
642+
643+
- **`--allowlist`**
644+
URL patterns to allow access to (blocks everything else). Uses standard URLPattern API. Cannot be used with --blocklist.
645+
- **Type:** array
646+
639647
- **`--ignoreDefaultChromeArg`/ `--ignore-default-chrome-arg`**
640648
Explicitly disable default arguments for Chrome. Only applies when Chrome is launched by chrome-devtools-mcp.
641649
- **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)