From 9177ade42ec12f685934f1866c68dd0790964d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Wed, 2 Dec 2015 00:13:32 +0100 Subject: 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 aec901005..2f009697c 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 cf0a5b0ca..f19a81751 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 -- cgit v1.2.1