Skip to content

Commit 7e49ad5

Browse files
committed
DocuMentor updates
1 parent 80c1590 commit 7e49ad5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 01/12/2026
77
---
88
# Failure to deploy self-hosted extension via group policy
99

10-
When you attempt to deploy a self-hosted extension via group policy you might experience an issue where the extension doesn't appear for the target user. This article provides guidance for identifying and resolving the cause of this problem, enabling you to successfully deploy your extension.
10+
When you attempt to deploy a self-hosted extension through group policy, you might encounter an issue where the extension doesn't appear for the target user. This article provides guidance for identifying and resolving the cause of this problem, enabling you to successfully deploy your extension.
1111

1212
## Symptoms
1313

@@ -17,7 +17,7 @@ However, if you manually drag the same extension package (`.crx` file) onto the
1717

1818
## Cause: Incorrect group policy configuration
1919

20-
The group policy **ExtensionInstallForcelist** or **ExtensionSettings** is configured incorrectly.
20+
You incorrectly configured the group policy **ExtensionInstallForcelist** or **ExtensionSettings**.
2121

2222
### Solution: Verify and correct the group policy configuration
2323

@@ -28,7 +28,7 @@ Verify and correct the extension group policy configuration by using the followi
2828

2929
## Cause: Incorrect Content-Type header for the .crx file
3030

31-
When the extension is hosted on an internal HTTP/HTTPS server and the server doesn't return the correct **Content-Type** header for the `.crx` file, the extension deployment will fail.
31+
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.
3232

3333
If the `.crx` file isn't served with 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.
3434

@@ -42,7 +42,7 @@ Configure the web server to return the correct `Content-Type` for `.crx` files.
4242
Content-Type: application/x-chrome-extension
4343
```
4444

45-
After this header is correctly configured, Microsoft Edge will recognize the `.crx` file as an installable extension when it's downloaded via the policy.
45+
After you configure this header, Microsoft Edge recognizes the `.crx` file as an installable extension when it's downloaded via the policy.
4646

4747
#### Example: Configure MIME mapping on IIS
4848

0 commit comments

Comments
 (0)