Skip to content

feat: support allowedUrlPattern & blockedUrlPattern Options#2037

Open
nattallius wants to merge 11 commits into
mainfrom
add-blocklist-and-allowlist-options
Open

feat: support allowedUrlPattern & blockedUrlPattern Options#2037
nattallius wants to merge 11 commits into
mainfrom
add-blocklist-and-allowlist-options

Conversation

@nattallius
Copy link
Copy Markdown
Collaborator

No description provided.

@nattallius nattallius requested a review from OrKoN May 11, 2026 19:10
@nattallius nattallius force-pushed the add-blocklist-and-allowlist-options branch from b5eca0f to 788efce Compare May 11, 2026 19:16
Comment thread src/bin/chrome-devtools-mcp-cli-options.ts Outdated
Comment thread src/bin/chrome-devtools-mcp-cli-options.ts Outdated
Comment thread src/bin/chrome-devtools-mcp-cli-options.ts
@nattallius nattallius force-pushed the add-blocklist-and-allowlist-options branch from f537e11 to 998d4be Compare May 18, 2026 11:04
Comment thread tests/security_policies.test.ts Outdated
},
{
blockedUrlPattern: [server.getRoute('/blocked.html')],
executablePath: process.env.CHROME_M149_EXECUTABLE_PATH,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

block list should not need M149, right?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it also fails if runs against stable

@nattallius nattallius force-pushed the add-blocklist-and-allowlist-options branch from 703ef62 to eab8536 Compare May 18, 2026 12:36
Comment thread tests/network_blocking.test.ts Outdated
},
{
blockedUrlPattern: [server.getRoute('/blocked.html')],
executablePath: process.env.CHROME_M149_EXECUTABLE_PATH,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blocklist should not need M149?

@nattallius nattallius changed the title feat: Implement url allowlist and blocklist feat: Support allowedUrlPattern & blockedUrlPattern Options May 18, 2026
@OrKoN OrKoN force-pushed the add-blocklist-and-allowlist-options branch from b90f3a7 to 57c0f95 Compare May 19, 2026 09:41
@nattallius nattallius changed the title feat: Support allowedUrlPattern & blockedUrlPattern Options feat: support allowedUrlPattern & blockedUrlPattern Options May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants