Class QCrossScripting
Modes of CrossScripting (XSS) attack preventions supported by QCubed
string |
Allow
Let anything pass! |
#
'Allow'
|
string |
HtmlEntities
Use the PHP's htmlentities function to convert characters |
#
'HtmlEntities'
|
string |
Deny
QCubed's built-in (old/legacy) XSS-prevention technique |
#
'Deny'
|
string |
Legacy
QCubed's built-in (old/legacy) XSS-prevention technique |
#
'Legacy'
|
string |
HTMLPurifier
Utilize the HTMLPurifier library to get the job done |
#
'HTMLPurifier'
|