Skip to content
Snippets Groups Projects
Commit 6ad56ac4 authored by Cyril Vazquez's avatar Cyril Vazquez
Browse files

FIXFIX #1641 add .htaccess to secure app

parent 7fc3987a
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,11 @@ Require all denied ...@@ -16,6 +16,11 @@ Require all denied
</FilesMatch> </FilesMatch>
# App static files # App static files
<FilesMatch "(css|js|jpg|png|gif)$"> <FilesMatch "\.(css|js|jpg|png|gif)$">
Require all granted Require all granted
</FilesMatch> </FilesMatch>
\ No newline at end of file
# App tools files
<FilesMatch "\.(htm|html|jar)$">
Require all granted
</FilesMatch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment