Proxy 設定

你可以透過這項政策,設定 Chrome 和 ARC 應用程式的 Proxy 設定,系統會忽略所有從指令列所指定的 Proxy 相關選項。

如果不設定這項政策,使用者就能選擇要使用的 Proxy 設定。

設定 ProxySettings 政策時,可使用下列欄位:
* ProxyMode 可用來指定 Chrome 要使用的 Proxy 伺服器,並禁止使用者變更 Proxy 設定
* ProxyPacUrl 是 Proxy .pac 檔案的網址
* ProxyPacMandatory 可以防止網路堆疊回到執行無效或無法使用 PAC 指令碼的直接連線
* ProxyServer 是 Proxy 伺服器網址
* ProxyBypassList 是會略過 Proxy 的一系列主機

ProxyServerMode 欄位已淘汰,請改用 ProxyMode 欄位。

如果將 ProxyMode 的值設為:
* direct - 一律不使用 Proxy,而且會忽略其餘欄位。
* system - 使用系統 Proxy 並忽略其餘欄位。
* auto_detect - 忽略其餘欄位。
* fixed_servers - 使用 ProxyServer 和 ProxyBypassList 欄位。

* pac_script - 使用 ProxyPacUrl、ProxyPacMandatory 和 ProxyBypassList 欄位。

注意:如需詳細範例,請前往 Chromium 專案 (網址為 https://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett)。
如要進一步瞭解架構和格式設定,請參閱 https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ProxySettings。

範例值:

{
"ProxyMode": "fixed_servers",
"ProxyServer": "123.123.123.123:8080",
"ProxyBypassList": "https://www.example1.com,https://www.example2.com,https://internalsite/"
}

支援的作業系統: 至少需要 Microsoft Windows 7 或 Windows Server 2008 系列產品

Proxy 設定

Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
Registry PathSoftware\Policies\Google\Chrome
Value NameProxySettings
Value TypeREG_SZ
Default Value

chrome.admx

系統管理範本 (電腦)

系統管理範本 (使用者)