Skip to content

Commit 1c8a795

Browse files
authored
Update microsoft-edge-security-downloads-interruptions.md
Adding a note about Data URL not having an origin, so not possible to exempt for a specific domain.
1 parent 4eebb67 commit 1c8a795

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

edgeenterprise/microsoft-edge-security-downloads-interruptions.md

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ Enterprises can use [ExemptFileTypeDownloadWarnings](/deployedge/microsoft-edge-
5454
`[{"file_extension":"xml","domains":["contoso.com", "woodgrovebank.com"]},
5555
{"file_extension":"msg", "domains": ["*"]}]`
5656

57+
> [!NOTE]
58+
> A download generated with a [Data URL](https://developer.mozilla.org/en-US/docs/Web/URI/Reference/Schemes/data) cannot be exempted from download warnings for a specific domain, as it does not have an intrinsic origin. If this is required, a [Blob object](https://developer.mozilla.org/en-US/docs/Web/API/Blob) should be used instead.
59+
5760
### Update for Edge Version 132
5861

5962
With the release of Edge Version 132.0.2915.0, a change was introduced that affects the handling of `.crx` files (Chrome extension files). The `DownloadRestrictions` policy now blocks the download of `.crx` files if configured to block dangerous file types (options 1, 2, or 3). This change was introduced through Chromium and is documented in the Chromium code review.

0 commit comments

Comments
 (0)