#9 .htaccess verbietet den Download der woff, woff2 und js.map files

This commit is contained in:
Roland Rusch 2023-07-19 21:25:31 +02:00
parent 5b49171a74
commit 81e2cdb222

View File

@ -1252,7 +1252,7 @@ Options -Indexes
# Deny access to all *.php
Order deny,allow
Allow from all
<FilesMatch "\.(css|jpg|jpeg|gif|png|svg|js|ico|css.map)$">
<FilesMatch "\.(css|jpg|jpeg|gif|png|svg|js|ico|css.map|js.map)$">
Order Allow,Deny
Allow from all
</FilesMatch>