BrowsingWithCopilotAllowList

Browsing with Copilot Allowed URLs

Supported versions

  • Windows: ≥ 148
  • macOS: ≥ 148
  • Android: Not supported
  • iOS: Not supported

Description

Allows you to define a list of URLs where browsing with Copilot is available. Users cannot modify this list.

If you enable this policy, browsing with Copilot is available only on the sites specified in the list. To allow a broader set of sites while blocking specific exceptions, configure this policy together with the BrowsingWithCopilotBlockList policy. For example, you can include '*' to allow all sites, and then use the block list to restrict access to specific URLs.

You can define exceptions based on schemes, subdomains, ports, or origins. When multiple filters apply, the most specific match determines whether a URL is allowed or blocked. The block list takes precedence over the allow list.

If you disable or do not configure this policy, browsing with Copilot is unavailable on all sites, even if the AllowBrowsingWithCopilot policy is enabled.

Browsing with Copilot supports only HTTP and HTTPS protocols. Wildcards (*) are supported, and subdomains are matched even without wildcards. This policy applies only to the site origin; any path specified in the URL pattern is ignored. For guidance on formatting URL patterns, see https://go.microsoft.com/fwlink/?linkid=2095322.

Supported features

  • Can be mandatory: Yes
  • Can be recommended: No
  • Dynamic Policy Refresh: Yes
  • Per Profile: Yes
  • Applies to a profile that is signed in with a Microsoft account: No

Data type

  • List of strings

Windows information and settings

Group Policy (ADMX) info

  • GP unique name: BrowsingWithCopilotAllowList
  • GP name: Browsing with Copilot Allowed URLs
  • GP path (Mandatory): Administrative Templates/Microsoft Edge
  • GP path (Recommended): N/A
  • GP ADMX file name: MSEdge.admx

Example value

https://www.contoso.com
[*.]contoso.edu
contoso.net
login.contoso.us

Registry settings

  • Path (Mandatory): SOFTWARE\Policies\Microsoft\Edge\BrowsingWithCopilotAllowList
  • Path (Recommended): N/A
  • Value name: 1, 2, 3, ...
  • Value type: List of REG_SZ

Example registry value

SOFTWARE\Policies\Microsoft\Edge\BrowsingWithCopilotAllowList\1 =

https://www.contoso.com

SOFTWARE\Policies\Microsoft\Edge\BrowsingWithCopilotAllowList\2 =

[*.]contoso.edu

SOFTWARE\Policies\Microsoft\Edge\BrowsingWithCopilotAllowList\3 =

contoso.net

SOFTWARE\Policies\Microsoft\Edge\BrowsingWithCopilotAllowList\4 =

login.contoso.us

Mac information and settings

  • Preference Key name: BrowsingWithCopilotAllowList
  • Example value:
<array>
  <string>https://www.contoso.com</string>
  <string>[*.]contoso.edu</string>
  <string>contoso.net</string>
  <string>login.contoso.us</string>
</array>

See also