diff --git a/server/php/files/.htaccess b/server/php/files/.htaccess index 3854431bb..e868f02a5 100644 --- a/server/php/files/.htaccess +++ b/server/php/files/.htaccess @@ -7,6 +7,9 @@ ForceType application/octet-stream ForceType none +# Prevent IE from MIME-sniffing: +Header set X-Content-Type-Options "nosniff" + # Uncomment the following lines to prevent unauthorized download of files: #AuthName "Authorization required" #AuthType Basic