Skip to content

Commit

Permalink
Fixed another XSS issue: #1483830
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Sep 3, 2006
1 parent fda695f commit bf04525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/steps/mail/get.inc
Expand Up @@ -29,7 +29,7 @@ if ($_GET['_preload'])
$message = rcube_label('loadingdata');

print "<html>\n<head>\n" .
'<meta http-equiv="refresh" content="0; url='.$url.'">' .
'<meta http-equiv="refresh" content="0; url='.htmlspecialchars($url).'">' .
"\n</head>\n<body>" .
$message .
"\n</body>\n</html>";
Expand Down

0 comments on commit bf04525

Please sign in to comment.