0 votes

1 Answer

0 votes
by
You can enable protection by editing config.php file and setting it to

To enable CSRF make the following statement TRUE from FALSE in application/config/config.php file.

$config['csrf_protection'] = TRUE;
...