If you see strange behaviour in Edge where certain websites do not load check the Edge proxy setting that may be applying in Intune. It is possible that Edge is running different settings to the system proxy settings which could be very confusing.
Use this link to check what Edge is actually using for internet access settings
edge://application-guard-internals/#utilities
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' (Proxy settings) 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_servers, 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.
Example value:
{
"ProxyMode": "pac_script",
"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": "pac_script", "ProxyPacUrl": "https://internal.site/example.pac", "ProxyServer": "123.123.123.123:8080", "ProxyBypassList": "https://www.example1.com,https://www.example2.com,https://internalsite/"}
Setting type: Device
Supported on: Microsoft Windows 7 or later