From: Frédéric Buclin Date: Tue, 1 Dec 2015 23:13:32 +0000 (+0100) Subject: Back out bug 1138463. This fix is actually incorrect and the bug was correctly fixed... X-Git-Tag: release-5.0.2~20 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9177ade42ec12f685934f1866c68dd0790964d6c;p=thirdparty%2Fbugzilla.git Back out bug 1138463. This fix is actually incorrect and the bug was correctly fixed by bug 1223790 a=dkl on IRC --- diff --git a/.htaccess b/.htaccess index aec901005b..2f009697cc 100644 --- a/.htaccess +++ b/.htaccess @@ -5,12 +5,7 @@ Deny from all = 2.4> - - Deny from all - - - Require all denied - + Require all denied diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index cf0a5b0cab..f19a81751c 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -52,12 +52,7 @@ use constant HT_DEFAULT_DENY => < = 2.4> - - Deny from all - - - Require all denied - + Require all denied @@ -359,12 +354,7 @@ EOT Allow from all = 2.4> - - Allow from all - - - Require all granted - + Require all granted @@ -378,12 +368,7 @@ EOT Deny from all = 2.4> - - Deny from all - - - Require all denied - + Require all denied @@ -403,14 +388,8 @@ EOT Deny from all = 2.4> - - Allow from 192.20.225.0/24 - Deny from all - - - Require ip 192.20.225.0/24 - Require all denied - + Require ip 192.20.225.0/24 + Require all denied @@ -426,12 +405,7 @@ EOT Allow from all = 2.4> - - Allow from all - - - Require all granted - + Require all granted @@ -445,12 +419,7 @@ EOT Deny from all = 2.4> - - Deny from all - - - Require all denied - + Require all denied