From 8ecb3ad6ecc8d636fb205895d736108cbc8083a1 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 9 Oct 2009 04:31:08 +0000 Subject: Bug 514913: Eliminate ssl="authenticated sessions" Patch by Max Kanat-Alexander r=dkl, a=mkanat --- index.cgi | 8 -------- 1 file changed, 8 deletions(-) (limited to 'index.cgi') diff --git a/index.cgi b/index.cgi index 660909452..fac26434a 100755 --- a/index.cgi +++ b/index.cgi @@ -56,14 +56,6 @@ if ($cgi->param('logout')) { # Main Body Execution ############################################################################### -# Force to use HTTPS unless Bugzilla->params->{'ssl'} equals 'never'. -# This is required because the user may want to log in from here. -if ($cgi->protocol ne 'https' && Bugzilla->params->{'sslbase'} ne '' - && Bugzilla->params->{'ssl'} ne 'never') -{ - $cgi->require_https(Bugzilla->params->{'sslbase'}); -} - # Return the appropriate HTTP response headers. print $cgi->header(); -- cgit v1.2.3-24-g4f1b