2.23.0: Merge pull request #31 from Distilleries/scrutinizer-patch-1
❇️ Externilize Security
- Externalize security package
- Tu enable it make sur you publish the new config file
return [
'xss_enable'=> env('SECURITY_XSS_ENABLE',true),
'html_purifier'=> env('SECURITY_HTML_PURIFIER_ENABLE',true)
];
🐳 Introduce to run all test on docker file
Use make file just run
make test