Bug 235510: Do not expose user password in URL to chart image if login required to access a chart

patch by gerv
r=kiko
a=justdave
This commit is contained in:
bugreport%peshkin.net 2004-07-10 07:12:21 +00:00
Родитель 973fab624e
Коммит cd25b41e3c
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -284,7 +284,8 @@ sub wrap {
$vars->{'time'} = time();
$vars->{'imagebase'} = $cgi->canonicalise_query(
"action", "action-wrap", "ctype", "format", "width", "height");
"action", "action-wrap", "ctype", "format", "width", "height",
"Bugzilla_login", "Bugzilla_password");
print "Content-Type:text/html\n\n";
$template->process("reports/chart.html.tmpl", $vars)