diff options
Diffstat (limited to 'index.cgi')
-rwxr-xr-x | index.cgi | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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(); |