Does anyone know how to disable Google Chrome
for being automatic update itself, it cause my web application always change?
I have tried these methods:
We had a problem printing with v49something.
I blocked tools.google.com on localhost temporarily so that I could install previous version and prevent updating to the version that is breaking the label printing.
So, in /etc/hosts I added:
0.0.0.0 tools.google.com
Not a perfect solution, but was perfect for us.