File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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