From 8f2bc1b07ce4150a878e80f5bce09e819cbfd414 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Thu, 12 May 2005 08:52:13 +0000 Subject: Bug 287436: [SECURITY] After having logged in, links to change the report type contain username and password Patch By Marc Schumann r=gerv, a=justdave --- chart.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chart.cgi') diff --git a/chart.cgi b/chart.cgi index 321c867fe..bc25d52e9 100755 --- a/chart.cgi +++ b/chart.cgi @@ -286,8 +286,7 @@ sub wrap { $vars->{'time'} = time(); $vars->{'imagebase'} = $cgi->canonicalise_query( - "action", "action-wrap", "ctype", "format", "width", "height", - "Bugzilla_login", "Bugzilla_password"); + "action", "action-wrap", "ctype", "format", "width", "height"); print $cgi->header(); $template->process("reports/chart.html.tmpl", $vars) -- cgit v1.2.3-24-g4f1b