The $preventXSS parameter was added to the get_request function to avoid XSS attacks. It was not set by default as $preventXSS=true, because it can affect fields such as passwords. Using "htmlspecialchars" and "addslashes" functions of PHP.
Languages
PHP
66.5%
Blade
31%
Shell
1.9%
Dockerfile
0.6%