Skip to content

Commit

Permalink
Add more allowed extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaiMagal authored Nov 1, 2023
1 parent f458c3a commit 909dfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
<Files ~ "(?i)^.*\.(css|js|gif|png)$">
<Files ~ "(?i)^.*\.(css|js|gif|png|jpg|svg|html|map|eot|ttf|woff)$">
Allow from all
</Files>
<Files ~ "(?i)^.*(jquery\.noConflict\.php|retro-compat\.js\.php)$">
Expand All @@ -22,7 +22,7 @@
# Apache 2.4
<IfModule mod_authz_core.c>
Require all denied
<Files ~ "(?i)^.*\.(css|js|gif|png)$">
<Files ~ "(?i)^.*\.(css|js|gif|png|jpg|svg|html|map|eot|ttf|woff)$">
Require all granted
</Files>
<Files ~ "(?i)^.*(jquery\.noConflict\.php|retro-compat\.js\.php)$">
Expand Down

0 comments on commit 909dfdb

Please sign in to comment.