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.
1 parent f3d62b6 commit e864127Copy full SHA for e864127
.htaccess
@@ -117,6 +117,10 @@ AddType application/font-woff .woff .woff2
117
# Header always set Content-Security-Policy "upgrade-insecure-requests;"
118
#</IfModule>
119
120
+# Disallow direct access to /main/inc/lib/javascript/bigupload/files
121
+RedirectMatch 403 ^/main/inc/lib/javascript/bigupload/files
122
+
123
+# Disallow MIME sniffing to prevent XSS from unknown/incorrect file extensions
124
<IfModule mod_headers.c>
125
Header always set X-Content-Type-Options nosniff
126
</IfModule>
0 commit comments