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

Auto-Update for Edge pulls a lot of data #373

Open
benzman81 opened this issue Apr 6, 2021 · 6 comments
Open

Auto-Update for Edge pulls a lot of data #373

benzman81 opened this issue Apr 6, 2021 · 6 comments
Labels
Milestone

Comments

@benzman81
Copy link

Our IT department noticed, that there is a lot of data pulled from servers like assets.msn.com, edge.microsoft.com, img-s-msn-com.akamaized.... and others. This seems to be the update mechanism of Edge. More than 200GB of data was fetched from these servers just for a single day of tests (about 3-4 test runs with each about 4.500 Tests). I can reproduce this by watching the traffic and manually starting an instance of Edge using seleniod by creating the session manually.
Currently we use version 89.0 and we know that there are updates available. But we want to stay on a defined version for now.
Is there a possibility to turn that update mechanism off?

@vania-pooh
Copy link
Member

@benzman81 are we speaking about Linux images: browsers\edge:XXX?

@benzman81
Copy link
Author

oh, sorry, yes.

@benzman81
Copy link
Author

also server msedge.b.tlu.dl.delivery.mp.microsoft.com is called.

@vania-pooh vania-pooh transferred this issue from aerokube/selenoid Apr 6, 2021
@vania-pooh vania-pooh added the bug label Apr 6, 2021
@vania-pooh vania-pooh added this to the 7.2.0 milestone Apr 6, 2021
@vania-pooh
Copy link
Member

@benzman81 we'll try to investigate. What we install is official Debian distribution of Microsoft Edge.

@benzman81
Copy link
Author

Some more info, if needed, this is the result for two edge instances manually created.

ntopng

@benzman81
Copy link
Author

benzman81 commented Apr 7, 2021

@vania-pooh for now, we solved it by putting the following into /etc/hosts of the docker host:

127.0.1.1 msedge.b.tlu.dl.delivery.mp.microsoft.com
127.0.1.1 assets.msn.com
127.0.1.1 edge.microsoft.com
127.0.1.1 api.msn.com
127.0.1.1 c.msn.com
127.0.1.1 img-s-msn-com.akamaized.net

@vania-pooh vania-pooh modified the milestones: 7.3.0, 7.4.0 Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants