Skip to content

Commit cf1214f

Browse files
authored
Update self-host-extension-deploy.md
1 parent 94a1462 commit cf1214f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/microsoft-edge/development/self-host-extension-deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.reviewer: dili, Johnny.Xu, v-shaywood
66
ms.date: 01/12/2026
77
---
88

9-
# Self-hosted extension deployment fails in Group Policy
9+
# Self-hosted extension deployment fails through Group Policy
1010

11-
When you try to deploy a self-hosted extension through Group Policy, you experience an problem in which the extension doesn't appear for the target user. This article provides guidance for how to identify and resolve the cause of this problem so that you can successfully deploy the extension.
11+
When you try to deploy a self-hosted extension through Group Policy, you experience a problem in which the extension doesn't appear for the target user. This article provides guidance for how to identify and resolve the cause of this problem so that you can successfully deploy the extension.
1212

1313
## Symptoms
1414

@@ -31,7 +31,7 @@ Verify and correct the Group Policy extension configuration by using the followi
3131

3232
When you host the extension on an internal HTTP or HTTPS server, and the server doesn't return the correct **Content-Type** header for the `.crx` file, the extension deployment fails.
3333

34-
If the `.crx` file isn't served by using the header, `Content-Type: application/x-chrome-extension`, Microsoft Edge or any other Chromium-based browser won't treat the file as an installable extension package when it's downloaded as part of the Group Policy installation flow.
34+
If the `.crx` file isn't served by using the header, `Content-Type: application/x-chrome-extension`, Microsoft Edge and other Chromium-based browsers don't treat the file as an installable extension package if it's downloaded as part of the Group Policy installation flow.
3535

3636
As a result, the policy is processed, but the browser doesn't silently install the extension.
3737

0 commit comments

Comments
 (0)