-
-
Save sshymko/e062db78369346917a16ca3da09db74f to your computer and use it in GitHub Desktop.
#!/bin/sh | |
sudo tee -a /etc/hosts << EOF | |
# Block Google Chrome auto-update | |
0.0.0.0 update.googleapis.com | |
EOF |
@wimpykid719
Have you tried rebooting the operating system to make sure the hosts file changes take effect? :)
Haven't used this in a while, so it may have stopped working on the latest Chrome versions.
It is totally possible that the update URL and/or the update process altogether have since changed.
You can try to reverse engineer the URL from the binaries or using the network monitoring tools, such as netstat or nettop.
Would really appreciate if somebody researched this and provided an up-to-date updater URL.
Yes I did reboot.
Thank you I try to monitor network.
Yes I did reboot. Thank you I try to monitor network.
Hi.. have you found the URL? I have same issue.. cannot block auto update from etc/hosts method
Update: as of Jan 2025, Chrome downloads the updates form https://update.googleapis.com/service/update2 instead of https://tools.google.com/service/update2
I tried this command then added 0.0.0.0 tools.google.com at my hosts file.
But chrome can check update still.
Why? Did they changed the way to update?