XSS 취약점 해결

This commit is contained in:
gnuboard
2013-08-22 16:14:29 +09:00
parent a0b352db23
commit b598c94537
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ if(!G4_IS_MOBILE) {
if($key == 'device')
continue;
$href .= $sep.$key.'='.$val;
$href .= $sep.$key.'='.strip_tags($val);
$sep = '&';
$seq++;
}