Skip to content

Commit

Permalink
System: added .lock and .json files to htaccess denied list
Browse files Browse the repository at this point in the history
  • Loading branch information
SKuipers committed Jul 7, 2023
1 parent 1d3f3eb commit b4cc7d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<FilesMatch "\.(htaccess|htpasswd|ini|log|sh|inc|bak|sql|neon|DS_Store)$">
<FilesMatch "\.(htaccess|htpasswd|ini|log|sh|inc|bak|sql|neon|DS_Store|lock|json|yml|neon)$">
Order Allow,Deny
Deny from all
</FilesMatch>
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ v25.0.01
System: raised the minimum MySQL version to 5.7

Security
System: added .lock and .json files to htaccess denied list

Bug Fixes


v25.0.00
--------
Expand Down

0 comments on commit b4cc7d7

Please sign in to comment.