Proxy 設定

為 Microsoft Edge 設定 Proxy 設定。

如果您啟用這個原則,Microsoft Edge 會略過從命令列指定的所有 Proxy 相關選項。

如果您未設定這個原則,使用者可以選擇他們自己的 Proxy 設定。

這個原則會覆寫下列個別原則:

'ProxyMode' (設定 proxy 伺服器設定)
'ProxyPacUrl' (設定 Proxy .pac 檔案 URL)
'ProxyServer' (設定 Proxy 伺服器的地址或 URL)
'ProxyBypassList' (設定 Proxy 許可規則)

設定 'ProxySettings' (Proxy 設定) 原則接受下列欄位:
* ProxyMode,可讓您指定 Microsoft Edge 使用的 Proxy 伺服器,並且防止使用者變更 Proxy 設定
* ProxyPacUrl,這是 Proxy .pac 檔案的 URL
* ProxyServer,這是 Proxy 伺服器的 URL
* ProxyBypassList,這是 Proxy 主機的清單,其中 Microsoft Edge 會略過

對於ProxyMode,如果您選擇以下值:
* direct,永不使用 Proxy 且會略過其他所有欄位。
* system,會使用系統的 Proxy 且會略其他所有欄位。
* auto_detect,或略過其他所有欄位。
* fixed_server,會使用 ProxyServer 和 ProxyBypassList 欄位。
* pac_script,會使用 ProxyPacUrl 和 ProxyBypassList 欄位。

如需詳細範例,請移至 https://go.microsoft.com/fwlink/?linkid=2094936。

範例值:

{
"ProxyMode": "direct",
"ProxyPacUrl": "https://internal.site/example.pac",
"ProxyServer": "123.123.123.123:8080",
"ProxyBypassList": "https://www.example1.com,https://www.example2.com,https://internalsite/"
}

精簡範例值:

{"ProxyMode": "direct", "ProxyPacUrl": "https://internal.site/example.pac", "ProxyServer": "123.123.123.123:8080", "ProxyBypassList": "https://www.example1.com,https://www.example2.com,https://internalsite/"}

支援的作業系統: Microsoft Edge版本 77,Windows 7 或更新版本

Proxy 設定

Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
Registry PathSoftware\Policies\Microsoft\Edge
Value NameProxySettings
Value TypeREG_SZ
Default Value

msedge.admx

系統管理範本 (電腦)

系統管理範本 (使用者)