|
|
|
|
|
by jve
2132 days ago
|
|
The first question I asked to myself: Is there a way to disable it? Networks i'm attached to, don't do any hijacking. And yes, luckily there is a policy to disable it: https://cloud.google.com/docs/chrome-enterprise/policies/?po... Registry key: Software\Policies\Google\Chrome\DNSInterceptionChecksEnabled PowerShell: Set-ItemProperty HKLM:\SOFTWARE\Policies\Google\Chrome -Name DNSInterceptionChecksEnabled -Value 0 -Type DWord If you are managing Chrome via GPO, you should do it via GPO. Templates can be downloaded here: https://chromeenterprise.google/browser/download/ |
|