GitHub Copilot coding agent always return Error: page.goto: net::ERR_BLOCKED_BY_CLIENT #179594
Replies: 3 comments 5 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
A possible workaround would be to add guidance in .github/copilot-instructions.md asking Copilot to use curl instead of Playwright, although this only works for non-SPA endpoints and will not help with routes that rely on client-side rendering. |
Beta Was this translation helpful? Give feedback.
-
|
+1 — hitting the same behavior in the hosted Copilot coding agent today. Relevant context I confirmed from GitHub's own docs that isn't loud enough in the current community threads: From docs.github.com/en/copilot/reference/copilot-allowlist-reference and the agent firewall customization page:
So the custom domain allowlist in Settings → Copilot → Coding agent is, by design, a Bash-tool-only allowlist — it does not and will not cover the inherited Workarounds I found in other threads that are worth consolidating:
Would love a clarification from GitHub on two points:
(Filed internal tracking of this in our own repo for anyone with similar needs — the short version is: Playwright MCP in hosted coding agent is effectively a localhost-only tool for now; drive external envs via |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Copilot Feature Area
General
Body
I tried to add domain to
Custom allowlist, also tried turn off the Firewall from GitHub Copilot coding agent.Here is my prompt:
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions