Share via


EdgeSidebarAppUrlHostAllowList

Allow specific apps to be opened in Microsoft Edge sidebar

Supported versions

  • On Windows and macOS since 131 or later

Description

Define a list of sites, based on URL patterns, that are not subject to the EdgeSidebarAppUrlHostBlockList.

If you don't configure this policy, a user can open any app in sidebar except the urls listed in EdgeSidebarAppUrlHostBlockList.

If you configure this policy, the apps listed in the allow list could be opened in sidebar even if they are listed in the block list.

By default, all apps are allowed. However, if you prohibited apps by policy, you can use the list of allowed apps to change that policy.

For detailed information about valid url patterns, see https://go.microsoft.com/fwlink/?linkid=2281313.

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: EdgeSidebarAppUrlHostAllowList
  • GP name: Allow specific apps to be opened in Microsoft Edge sidebar
  • 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

Registry settings

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

Example registry value

SOFTWARE\Policies\Microsoft\Edge\EdgeSidebarAppUrlHostAllowList\1 =

https://www.contoso.com

SOFTWARE\Policies\Microsoft\Edge\EdgeSidebarAppUrlHostAllowList\2 =

[*.]contoso.edu

Mac information and settings

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

See also