Skip to content

Commit 34cfe0c

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 7e0a353 + 9c1f87e commit 34cfe0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/php/files/.htaccess

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ForceType application/octet-stream
77
ForceType none
88
</FilesMatch>
99

10+
# Prevent IE from MIME-sniffing:
11+
Header set X-Content-Type-Options "nosniff"
12+
1013
# Uncomment the following lines to prevent unauthorized download of files:
1114
#AuthName "Authorization required"
1215
#AuthType Basic

0 commit comments

Comments
 (0)