Block access to some files [skip ci]

This commit is contained in:
slawkens 2023-05-26 13:51:05 +02:00
parent 5cbb55cfb1
commit 26c895d475

View File

@ -6,6 +6,10 @@
Options -MultiViews Options -MultiViews
</IfModule> </IfModule>
<FilesMatch "^(CHANGELOG\.md|README\.md|composer\.json|composer\.lock|package\.json|package-lock\.json|cypress\.env\.json)$">
Require all denied
</FilesMatch>
<IfModule mod_rewrite.c> <IfModule mod_rewrite.c>
RewriteEngine On RewriteEngine On