Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge internet access #276

Open
zhouliuhuo opened this issue Aug 29, 2024 · 2 comments
Open

Edge internet access #276

zhouliuhuo opened this issue Aug 29, 2024 · 2 comments
Labels
feedback Feedback about an existing DevTools feature

Comments

@zhouliuhuo
Copy link

I've noticed my browser is frequently making background requests to URLs like:
https://devtools.azureedge.net/serve_file/@31962ca1eff05d519ed4b5cffe576650f1175cc7/

Questions:

  1. Why is this happening?
  2. How can I disable these requests?

I've seen similar issues reported, but the solutions don't seem to apply to the Chinese version of Microsoft Edge. I can't find the corresponding settings mentioned in those solutions.

@zhouliuhuo zhouliuhuo added the feedback Feedback about an existing DevTools feature label Aug 29, 2024
@captainbrosset
Copy link
Contributor

Pinging @robpaveza for an answer on this.

@robpaveza
Copy link
Contributor

DevTools implements a couple of tools as "remote modules", including Network Console and Webhint. For Network Console, this can be disabled in the Experiments tab of DevTools Settings. WebHint is a bit tougher because there are several places in which it's integrated.

That having been said, we're working on a series of features that will relieve us from having these as remote modules. Our aim is to ship these in 2025. At that point, there will no longer be any remote web accesses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback Feedback about an existing DevTools feature
Projects
None yet
Development

No branches or pull requests

4 participants
@captainbrosset @robpaveza @zhouliuhuo and others