From e24d9f39fb299829abd4b8b28b6d3bc6d7e99522 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 17 May 2025 22:50:53 +0200 Subject: Fix .htaccess.dist for access to /scripts/vendor/ (#7598) * Fix .htaccess.dist for access to /scripts/vendor/ fix https://github.com/FreshRSS/FreshRSS/issues/7596 * Exclude extensions folder, which may be mounted as volume without .htaccess --- .htaccess.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess.dist b/.htaccess.dist index c11c9e9ab..f1b518c4a 100644 --- a/.htaccess.dist +++ b/.htaccess.dist @@ -7,6 +7,6 @@ # Deny some sub-folders, which may not be excluded by their own .htaccess - + Require all denied -- cgit v1.2.3