From 91f088778918496838d43777f1cdd06e2428a743 Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Tue, 24 Jun 2025 15:39:45 -0400 Subject: [PATCH] Update .htaccess The "allow all" is at best not needed, and at worst it overrides a potentially more restrictive web server configuration. --- .htaccess | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.htaccess b/.htaccess index 94f40c74f..a62d1ed7e 100644 --- a/.htaccess +++ b/.htaccess @@ -1,13 +1,6 @@ # IMPORTANT: DO NOT EDIT THIS FILE! # It will be overwritten with any future upgrade. - - Require all granted - - - Allow from all - - RewriteEngine On RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]