Add .htaccess

This commit is contained in:
clerie 2020-01-03 20:59:49 +01:00
parent 93ae57d47a
commit 6be0ae0898
1 changed files with 7 additions and 0 deletions

7
.htaccess Normal file
View File

@ -0,0 +1,7 @@
Order deny,allow
Deny from all
# Only allow access to specific files
<FilesMatch "^$|^index\.html$|^script\.js$|^recipe\.json$|^bootstrap\.min\.js$|^bootstrap\.min\.css$|^jquery-3\.4\.1\.min\.js$">
Allow from all
</FilesMatch>