From 6c236bc30f38861c9345e429a41616ee974f59a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Wed, 2 Dec 2015 00:14:53 +0100 Subject: [PATCH] Back out bug 1138463. This fix is actually incorrect and the bug was correctly fixed by bug 1223790 a=dkl on IRC --- .htaccess | 7 +----- Bugzilla/Install/Filesystem.pm | 45 ++++++---------------------------- 2 files changed, 8 insertions(+), 44 deletions(-) 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 -- 2.47.2