We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2e44a commit 9c1f87eCopy full SHA for 9c1f87e
1 file changed
server/php/files/.htaccess
@@ -7,6 +7,9 @@ ForceType application/octet-stream
7
ForceType none
8
</FilesMatch>
9
10
+# Prevent IE from MIME-sniffing:
11
+Header set X-Content-Type-Options "nosniff"
12
+
13
# Uncomment the following lines to prevent unauthorized download of files:
14
#AuthName "Authorization required"
15
#AuthType Basic
0 commit comments