diff options
| author | 2024-12-29 12:54:50 +0100 | |
|---|---|---|
| committer | 2024-12-29 12:54:50 +0100 | |
| commit | 05d9a5ddf8b8e4f557d812c071d1a3166ca029ea (patch) | |
| tree | 283b39025d106b4fb25600613fbd244ce96d8639 /.htaccess.dist | |
| parent | c29cbb7b8be95fee249ed1a21dce98a4772d92e2 (diff) | |
Fix access to manifest (#7158)
* Fix access to manifest
fix https://github.com/FreshRSS/FreshRSS/issues/7157
* Casing
Diffstat (limited to '.htaccess.dist')
| -rw-r--r-- | .htaccess.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess.dist b/.htaccess.dist index 33f794673..c11c9e9ab 100644 --- a/.htaccess.dist +++ b/.htaccess.dist @@ -2,7 +2,7 @@ # if you cannot set Apache `DocumentRoot` to `./p/` as recommended. # Deny files starting with a dot or without extension or with specific extensions -<FilesMatch "^\.|^[^.]+$|\.(config\.js|gz|json|md|neon|sqlite|xml|ya?ml|zip)$"> +<FilesMatch "^\.|^[^.]+$|\.(config\.js|gz|md|neon|sqlite|xml|ya?ml|zip)$"> Require all denied </FilesMatch> |
