Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-05-10 12:11:13 +0300
committerAleksander Machniak <alec@alec.pl>2021-05-10 12:11:13 +0300
commit9c0ce85d19a24e6e4de1585b02c5de68603bea9b (patch)
tree7feef22ffe47ea5d4e89bd8e0666c8b4203f4331 /.htaccess
parent7c76367c3a71ca6e6524a59ecdb5e614b6f70df2 (diff)
Secure the new CHANGELOG.md file and update installto.sh to sync it
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index ae3e35867..d93fe440d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -12,7 +12,7 @@ RewriteRule ^(?!installer|\.well-known\/|[a-zA-Z0-9]{16})(\.?[^\.]+)$ - [F]
# - deny access to some locations
RewriteRule ^/?(\.git|\.tx|\.ci|SQL|bin|config|logs|temp|tests|vendor|program\/(include|lib|localization|steps)) - [F]
# - deny access to some documentation files
-RewriteRule /?(README.*|SECURITY.*|meta\.json|composer\..*|jsdeps.json)$ - [F]
+RewriteRule /?(README.*|CHANGELOG.*|SECURITY.*|meta\.json|composer\..*|jsdeps.json)$ - [F]
</IfModule>
<IfModule mod_deflate.c>