images icon indicating copy to clipboard operation
images copied to clipboard

Auto-Update for Edge pulls a lot of data

Open benzman81 opened this issue 5 years ago • 6 comments

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?

benzman81 avatar Apr 06 '21 14:04 benzman81

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

vania-pooh avatar Apr 06 '21 14:04 vania-pooh

oh, sorry, yes.

benzman81 avatar Apr 06 '21 14:04 benzman81

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

benzman81 avatar Apr 06 '21 14:04 benzman81

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

vania-pooh avatar Apr 06 '21 15:04 vania-pooh

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

ntopng

benzman81 avatar Apr 06 '21 15:04 benzman81

@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

benzman81 avatar Apr 07 '21 20:04 benzman81