зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
973fab624e
Коммит
cd25b41e3c
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче