Skip to content

2.23.0: Merge pull request #31 from Distilleries/scrutinizer-patch-1

Compare
Choose a tag to compare
@mfrancois mfrancois released this 20 Feb 17:12
· 9 commits to master since this release
badfdab

❇️ 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

🐛 Fix bug on check permission if user dosn't have role.