Einzeiliger Header — einfachster Fix:
# Apache (.htaccess): Header always set X-Content-Type-Options "nosniff" # Nginx: add_header X-Content-Type-Options "nosniff" always; # IIS (web.config): <customHeaders> <add name="X-Content-Type-Options" value="nosniff" /> </customHeaders>