X-Download-Options (X-Download-Options)
The Importance of X-Download-Options
In older versions of Internet Explorer, when a user downloaded a file and chose 'Open' instead of 'Save', the file could execute in the security context of the originating site. This meant a malicious file served from your domain could access your cookies and make requests as the authenticated user.
X-Download-Options: noopen removes the 'Open' option from IE's download dialog, forcing users to save first. This breaks the security context association and prevents the attack. While this is primarily an IE-specific issue, the header is harmless for other browsers.
Internet Explorer desktop support ended in 2022 for most supported Windows versions. Modern download safety depends on correct Content-Type and Content-Disposition, nosniff where applicable, safe file handling, malware controls, and not serving untrusted active content from a sensitive origin.
How to Test for X-Download-Options
Treat X-Download-Options as a legacy, browser-specific control and verify current support before adopting it. DomainOptic does not grade this header.
Run a Security Audit