mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
bf6d52486e
commit
3e2f73c397
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ foreach ($scanVars as $value) {
|
|||
|
||||
foreach ($securityFilter as $value) {
|
||||
if (!empty($scanThis[$value])) {
|
||||
$scanThis[$value] = str_ireplace(['\\', "--", "'", '"', """, "'", "%23", "%5c", "#", "`"], ['', '', '', '', '', '', '', '', '', ''], xss_esc($scanThis[$value]));
|
||||
$scanThis[$value] = str_ireplace(['\\', "'", '"', """, "'", "%23", "%5c", "#", "`"], ['', '', '', '', '', '', '', '', ''], xss_esc($scanThis[$value]));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue