⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

preventing Cross Site Scripting (XSS)



richb201

richb201
  • profile picture
  • Member

Posted 06 May 2018 - 13:46 PM

Does GC already help me prevent Cross Site Scripting (XSS) from data entered into the crud? If not how should I protect my site from data entered into the CRUD?

 

note: I found that it was added in.

 

$this->load->config('grocery_crud');

$this->config->set_item('grocery_crud_xss_clean', false);

 

Is there anything that I need to do to get this functionality or is automatic?