Disable auto-update of Google Chrome with Firewall

google-chromejavavpn

I need to keep using an older version of Chrome to access an old work VPN which requires Java applets and for some reason crashes after several minutes when launched from Safari. The latest versions of Chrome has Java applets disabled, so I need to download an old version of Chrome and disable the autoupdate. I know you can disable the updater interval, but can I disable it by blocking certain domains in /etc/hosts by pointing them to 127.0.0.1 or using Little Snitch to block connections?

Best Answer

From this link:

This works to stop Google Chrome from updating itself automatically in Mac OS X:

  • Launch the Terminal, found in /Applications/Utilities/

  • Enter the following defaults write command and hit return:

defaults write com.google.Keystone.Agent checkInterval 0

  • Exit out of Terminal and restart Google Chrome

Direct Google search here.

YMMV.