Skip to content

Commit ca82875

Browse files
committed
PR feedback
1 parent 626011f commit ca82875

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
title: Troubleshoot Self-Hosted Extension Deployment Group Policy Issues
33
description: Learn how to resolve deployment issues for self-hosted extensions in Microsoft Edge when you use Group Policy policies.
4-
ms.custom: 'sap:Web Platform and Development\Connectivity and Navigation: TCP, HTTP, TLS, DNS, Proxies, Downloads'
4+
ms.custom: 'sap:Web Platform and Development\Controls and Extensions'
55
ms.reviewer: dili, Johnny.Xu, v-shaywood
66
ms.date: 01/12/2026
77
---
88

9-
# Self-hosted extension deployment fails through Group Policy
9+
# Failure to deploy self-hosted extension via group policy
1010

11-
When you try to deploy a self-hosted extension through Group Policy, you encounter a problem in which the extension doesn't appear for the target user. This article provides guidance to identify and resolve the cause of this problem so that you can successfully deploy the extension.
11+
## Summary
12+
13+
This article provides guidance to help you troubleshoot when a self-hosted extension fails to deploy through Group Policy. The extension might not appear for the target user even though you configured the policy. This article covers the common causes of this problem, including incorrect Group Policy configuration, missing or incorrect Content-Type headers on the web server, and invalid extension manifest or update manifest XML files. It also provides steps to resolve each cause.
1214

1315
## Symptoms
1416

support/microsoft-edge/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ items:
44

55
- name: Manage and Deploy
66
items:
7-
- name: Self-hosted extension deployment fails through Group Policy
7+
- name: Failure to deploy self-hosted extension via group policy
88
href: development/self-host-extension-deploy.md
99
- name: Unexpected SmartScreen block or warning on website
1010
href: development/unexpected-block-warning.md

support/microsoft-edge/welcome-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ landingContent:
2727
linkLists:
2828
- linkListType: how-to-guide
2929
links:
30-
- text: Self-hosted extension deployment fails through Group Policy
30+
- text: Failure to deploy self-hosted extension via group policy
3131
url: development/self-host-extension-deploy.md
3232
- text: Unexpected SmartScreen block or warning on website
3333
url: development/unexpected-block-warning.md

0 commit comments

Comments
 (0)