Apply PAC file to MS Edge Proxy

lalajee 1,821 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

Windows for business Windows Client for IT Pros User experience Other
Microsoft Edge Microsoft Edge development
0 comments No comments
{count} votes

Accepted answer
  1. Wenying Lu-MSFT 2,090 Reputation points Microsoft External Staff
    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.