Apply PAC file to MS Edge Proxy

lalajee 1,811 Reputation points
2023-10-25T15:22:39.8433333+00:00

I'm trying to setup PAC File for Edge but its not showing under Settings -> Proxy

I take following steps

Computer Configuration\ Administrative Templates\ Microsoft Edge\ Proxy server

{"ProxyMode": "pac_script", "ProxypacUrl": "http://localhost:8080/proxy.pac"}

User's image

In reg I can see the settings

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,238 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,099 questions
0 comments No comments
{count} votes

Accepted answer
  1. Wenying Lu-MSFT 1,675 Reputation points Microsoft Vendor
    2023-10-26T05:15:38.4866667+00:00

    Hi @lalajee

    If you setup PAC File by configures the proxy settings for Microsoft Edge, please refer to doc: ProxySettings policy.

    Setting the ProxySettings policy accepts the following fields:

    SOFTWARE\Policies\Microsoft\Edge\ProxySettings = {
      "ProxyBypassList": "https://www.example1.com,https://www.example2.com,https://internalsite/",
      "ProxyMode": "pac_script",
      "ProxyPacMandatory": false,
      "ProxyPacUrl": "https://internal.site/example.pac",
      "ProxyServer": "123.123.123.123:8080"
    }
    

    After configuring this policy, to force a group policy update, type gpupdate /force at the Windows administrator Command Prompt (Run as administrator).

    Then, enter "edge://policy/" in edge, and check if there is ProxySettings enabled.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Regards,

    Wenying Lu

    0 comments No comments

0 additional answers

Sort by: Most helpful