From: Frédéric Buclin Date: Tue, 1 Dec 2015 23:14:53 +0000 (+0100) Subject: Back out bug 1138463. This fix is actually incorrect and the bug was correctly fixed... X-Git-Tag: bugzilla-4.4.11~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c236bc30f38861c9345e429a41616ee974f59a1;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 8b502500ba..22e6658bde 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 457f66f9ad..eaca1f8b4d 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -48,12 +48,7 @@ use constant HT_DEFAULT_DENY => < = 2.4> - - Deny from all - - - Require all denied - + Require all denied @@ -349,12 +344,7 @@ EOT Allow from all = 2.4> - - Allow from all - - - Require all granted - + Require all granted @@ -368,12 +358,7 @@ EOT Deny from all = 2.4> - - Deny from all - - - Require all denied - + Require all denied @@ -393,14 +378,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 @@ -416,12 +395,7 @@ EOT Allow from all = 2.4> - - Allow from all - - - Require all granted - + Require all granted @@ -435,12 +409,7 @@ EOT Deny from all = 2.4> - - Deny from all - - - Require all denied - + Require all denied