Hi @Austin Miller , you can use the EdgeSidebarAppUrlHostBlockList
policy. This policy allows you to control which sidebar apps, including Copilot, are blocked:
- Access the Edge Sidebar Internals: Navigate to
edge://sidebar-internals
in your Edge browser. This will provide you with a JSON file that includes a manifest for built-in sidebar apps, including a "target" URL parameter for each app - Identify the URLs to Block: Look for the URLs associated with Copilot in the JSON file. These URLs will be used to configure the policy.
- Configure the EdgeSidebarAppUrlHostBlockList Policy: Use the identified URLs to set up the EdgeSidebarAppUrlHostBlockList policy. This policy can be configured to block specific sidebar apps by their URLs.
- Implement the Policy: Apply the policy settings to your Edge browser. This will block the specified sidebar apps, including Copilot, for non-Entra users.
More detailed information here:
- https://learn.microsoft.com/en-us/DeployEdge/microsoft-edge-sidebar
- https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#edgesidebarappurlhostblocklist
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James