mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-14 19:19:08 +03:00
фикс xss
This commit is contained in:
parent
099bc1b2c5
commit
d76400797f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Update
|
|||
}
|
||||
|
||||
if (strpos($key, 'OnMain') === false) {
|
||||
$dataArray[$paramKey]['value'] = $value;
|
||||
$dataArray[$paramKey]['value'] = htmlentities($value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue