
According to the comments in the above link, the fRequest::isAjax would be sufficient as protection against CRSF attacks (if cross-domain requests are forbidden).
So no token are needed to be sent through Ajax requests and be regenerated right after.
Is that right ??