Forum Discussion
Untrusted downloads
When I download an Excel file with from an internal web server (AD-joined devices) the file is marked as unsafe:
When I do the same in IE11 or Edge Legacy, the file is not marked as unsafe.
If the file is marked as unsafe, the user gets the yellow bar saying enable to edit. This is a real impediment within our environment.
In IE11 and Edge Legacy "Trusted" websites were configured within the Zones. How are websites "trusted" in Edge Chromium in regards to downloads?
SmartScreen is disabled by GPO.
I have not found any hint within the documentation. Any ideas?
- stesch79Iron Contributor
Just to precise: If the file is downloaded the classic way (a href) it works. But if the file is generated via JavaScript (BLOB, see https://ourcodeworld.com/articles/read/189/how-to-create-a-file-and-generate-a-download-with-javascript-in-the-browser-without-a-server) it is marked as unsafe. This happens even with a simple text file.