From a68642909076b6f0bb3189b3a76629df4e138995 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 13 Oct 2024 18:04:06 +0200 Subject: Apache allow OIDC (#6893) fix https://github.com/FreshRSS/FreshRSS/issues/6890 Fix regression from https://github.com/FreshRSS/FreshRSS/pull/6881 --- .htaccess.dist | 4 ++-- p/.htaccess | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.htaccess.dist b/.htaccess.dist index 8821ae1ea..18475b849 100644 --- a/.htaccess.dist +++ b/.htaccess.dist @@ -1,7 +1,7 @@ # Copy this file to `.htaccess` for additional root-level protection # if you cannot set Apache `DocumentRoot` to `./p/` as recommended. -# Deny files starting with a dot, or without extension, or not in a whitelist of extensions - +# Deny files starting with a dot, or without extension (except some), or not in a whitelist of extensions + Require all denied diff --git a/p/.htaccess b/p/.htaccess index 94c4e08e5..40dd7e51f 100644 --- a/p/.htaccess +++ b/p/.htaccess @@ -1,6 +1,6 @@ - # Deny files starting with a dot, or without extension, or not in a whitelist of extensions - + # Deny files starting with a dot, or without extension (except some), or not in a whitelist of extensions + Require all denied -- cgit v1.2.3