0 votes
in CodeIgniter by
Explain how you can enable CSRF (Cross Site Request Forgery) in CodeIgniter?

1 Answer

0 votes
by
You can activate CSRF (Cross Site Request Forgery) protection in CodeIgniter by operating your application/config/config.php file and setting it to

$config [ ‘csrf_protection’] = TRUE;

Related questions

0 votes
asked Dec 28, 2020 in CodeIgniter by SakshiSharma
0 votes
asked Dec 29, 2020 in CodeIgniter by SakshiSharma
...