FOFController::_csrfProtection
Applies CSRF protection by means of a standard Joomla! token (nonce) check.
Raises a 403 Access Forbidden error through JError or an exception (depending the Joomla! version) if the check fails.
Signature
protected function _csrfProtection()
Returns
- boolean
- True if the CSRF check is successful