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
65.8%
Blade
31.7%
Shell
1.9%
Dockerfile
0.6%