From ce7772f6e7339b8552c407bc3bd70ade850dd3e7 Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Wed, 25 Jun 2025 11:34:15 -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. --- web/.htaccess | 7 ------- 1 file changed, 7 deletions(-) diff --git a/web/.htaccess b/web/.htaccess index 6ce351f..0ab2920 100644 --- a/web/.htaccess +++ b/web/.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}]