Configures the proxy settings for Microsoft Edge.
If you enable this policy, Microsoft Edge ignores all proxy-related options specified from the command line.
If you don't configure this policy, users can choose their own proxy settings.
This policy overrides the following individual policies:
'ProxyMode' (Configure proxy server settings)
'ProxyPacUrl' (Set the proxy .pac file URL)
'ProxyServer' (Configure address or URL of proxy server)
'ProxyBypassList' (Configure proxy bypass rules)
Setting the 'ProxySettings' (Innstillinger for proxy-tjener) policy accepts the following fields:
* ProxyMode, which lets you specify the proxy server used by Microsoft Edge and prevents users from changing proxy settings
* ProxyPacUrl, a URL to a proxy .pac file
* ProxyServer, a URL for the proxy server
* ProxyBypassList, a list of proxy hosts that Microsoft Edge bypasses
For ProxyMode, if you choose the value:
* direct, a proxy is never used and all other fields are ignored.
* system, the systems's proxy is used and all other fields are ignored.
* auto_detect, all other fields are ignored.
* fixed_server, the ProxyServer and ProxyBypassList fields are used.
* pac_script, the ProxyPacUrl and ProxyBypassList fields are used.
For more detailed examples go to https://go.microsoft.com/fwlink/?linkid=2094936.
Eksempelverdi:
{
"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/"
}
Compact example value:
{"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/"}
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\Microsoft\Edge |
Value Name | ProxySettings |
Value Type | REG_SZ |
Default Value |