How to disable Google Chrome auto update?

后端 未结 30 1321
一生所求
一生所求 2020-11-28 01:31

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:

30条回答
  •  抹茶落季
    2020-11-28 02:14

    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.

提交回复
热议问题