We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e0a353 + 9c1f87e commit 34cfe0cCopy full SHA for 34cfe0c
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