Download blob files via Trusted Sites

ReuvyGroovy 41 Reputation points
2021-02-04T09:27:24.717+00:00

We are trying to allow downloads of blob objects (documents). We have implemented the trusted sites steps documented for IE here - https://learn.microsoft.com/en-us/archive/blogs/askie/how-to-enable-blob-downloads-in-ie-through-in-trusted-sites

And it works for IE, but in Edge (latest version) we cannot download the documents, no matter what we do. Anyone know anything to do?

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,181 questions
{count} votes

Accepted answer
  1. Yu Zhou-MSFT 12,461 Reputation points Microsoft Vendor
    2021-02-09T08:24:39.333+00:00

    @ReuvyGroovy

    Edge Chromium doesn't have security zone settings, so it is reasonable the steps in the article doesn't work for Edge.

    If you want to configure Edge settings indeed you need to configure it through GPO. Please check this policy: DownloadRestrictions. It configures the type of downloads that Microsoft Edge completely blocks, without letting users override the security decision.

    I ask you to use F12 because I want to know what error it shows when it doesn't work in Edge. Edge doesn't support msSaveBlob method so if the download page uses this method to download blob file, it will never work in Edge and Chrome.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Regards,
    Yu Zhou


0 additional answers

Sort by: Most helpful