配置 Microsoft Edge 应用程序防护的代理设置。
如果启用此策略,Microsoft Edge 应用程序防护会忽略代理配置的其他来源。
如果未配置此策略,Microsoft Edge 应用程序防护将使用主机的代理配置。
此策略不会影响应用程序防护(主机)外部的 Microsoft Edge 代理配置。
在 ProxyMode 字段中,可指定 Microsoft Edge 应用程序防护使用的代理服务器。
ProxyPacUrl 字段是指向代理 .pac 文件的 URL。
ProxyServer 字段是代理服务器的 URL。
如果选择"direct"值作为"ProxyMode",则所有其他字段都将被忽略。
如果选择"auto_detect"值作为"ProxyMode",则所有其他字段都将被忽略。
如果选择"fixed_servers"值作为"ProxyMode",则将使用"ProxyServer"字段。
如果选择"pac_script"值作为"ProxyMode",则将使用"ProxyPacUrl"字段。
有关通过双重代理确定应用程序防护流量的更多信息,请访问 https://go.microsoft.com/fwlink/?linkid=2134653。
示例值:
{
"ProxyMode": "direct",
"ProxyPacUrl": "https://internal.site/example.pac",
"ProxyServer": "123.123.123.123:8080"
}
压缩示例值:
{"ProxyMode": "direct", "ProxyPacUrl": "https://internal.site/example.pac", "ProxyServer": "123.123.123.123:8080"}
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\Microsoft\Edge |
Value Name | ApplicationGuardContainerProxy |
Value Type | REG_SZ |
Default Value |