Merge branch 'ent-11778-unauthenticated-admin-account-takeover-via-cron-log-file-backups' into 'develop'

11778 adding gz files to the deny on htaccess

See merge request artica/pandorafms!6316
This commit is contained in:
Rafael Ameijeiras 2023-08-07 11:10:19 +00:00
commit 67dab1dfb1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# pandora disable log access
<Files ~ "\.log$">
<Files ~ "\.log$|\.gz$">
Order Allow,Deny
Deny from All
</Files>