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
67.8%
Blade
29.5%
Shell
2.1%
Dockerfile
0.6%