Skip to content

Commit 50a49c8

Browse files
committed
writer pass
1 parent 4d868b8 commit 50a49c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

microsoft-edge/web-platform/site-impacting-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
8-
ms.date: 02/27/2025
8+
ms.date: 03/31/2025
99
---
1010
# Site compatibility-impacting changes coming to Microsoft Edge
1111

@@ -37,7 +37,7 @@ This table lists high-impact changes which the Microsoft Edge team is tracking c
3737
| Insecure downloads over HTTP | Future release (TBD) | When a user tries to download potentially dangerous content from an HTTP site, the user will receive a UI warning, such as "Insecure download blocked." The user will still have an option to proceed and download the item. Admins can use the `InsecureContentAllowedForUrls` policy to specify HTTP sites for which the warning will be suppressed. Admins can use the `InsecureDownloadWarnings` feature flag to test the impact of this upcoming feature. |
3838
| Deprecate unload event | Future release (TBD) | Introduces a new Permission-Policy to allow creating unload event listeners. The default policy is `allow`, but the default policy will gradually be migrated to `deny`, such that unload handlers stop firing on pages, unless a page explicitly opts in to re-enable them. This change is happening in the Chromium project, on which Microsoft Edge is based. For more information, see [Intent to Deprecate: Deprecate unload event](https://groups.google.com/a/chromium.org/g/blink-dev/c/dvusqw9-IhI/m/SBkm_u1RAQAJ). |
3939
| Deprecate `getHostEnvironmentValue` | v137-v141 | Deprecate the non-standards-based, Microsoft Edge-only `window.external.getHostEnvironmentValue()` method, in favor of using the standardized User-Agent Client Hints API to expose browser and platform information. User-Agent Client Hints provide browser and platform information in a more privacy-preserving way. See [Detect Windows 11 and CPU architecture using User-Agent Client Hints](./how-to-detect-win11.md), and [User-Agent Client Hints API](https://developer.mozilla.org/docs/Web/API/User-Agent_Client_Hints_API). |
40-
| HTTPS policy updates | v136-v139 | Deprecate the `AutomaticHttpsDefault` policy and replace it with the `HttpsUpgradesEnabled` <!-- link missing --> policy. The `AutomaticHttpsDefault` is deprecated in Microsoft Edge version 136 and is planned to be removed in Microsoft Edge version 139. The new `HttpsUpgradesEnabled` policy should be used instead, and is available in Microsoft Edge version 136. |
40+
| HTTPS policy updates | v136-v139 | Deprecate the `AutomaticHttpsDefault` policy and replace it with the `HttpsUpgradesEnabled`<!-- todo: link --> policy. The `AutomaticHttpsDefault` policy is supported but discouraged starting with v136, and is planned to be removed in v139. Instead, use the `HttpsUpgradesEnabled` policy, which is available starting in v136. |
4141
| Deprecate `Intl.Locale` getters | v135 | The accessor properties of the `Intl.Locale` object are now deprecated, in favor of the corresponding functions, per specification. See [Deprecate `Intl.Locale` getters](./release-notes/135.md#deprecate-intllocale-getters), in _Microsoft Edge 135 web platform release notes (Apr. 2025)_. |
4242
| Remove `navigator.xr.supportsSession` method | v135 | The deprecated `navigator.xr.supportsSession` property is removed from the WebXR API. See [Remove `navigator.xr.supportsSession` method](./release-notes/135.md#remove-navigatorxrsupportssession-method), in _Microsoft Edge 135 web platform release notes (Apr. 2025)_. |
4343
| Remove WebGPU limit `maxInterStageShaderComponents` | v135 | The `maxInterStageShaderComponents` limit is now removed. See [Remove WebGPU limit `maxInterStageShaderComponents`](./release-notes/135.md#remove-webgpu-limit-maxinterstageshadercomponents), in _Microsoft Edge 135 web platform release notes (Apr. 2025)_. |

0 commit comments

Comments
 (0)