File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments