I have a custom attribute for token checking, and it would be greate to be able to add this to the attribute list that RSG uses. So, instead of [ValidateAntiForgeryToken], I have one called [ValidateAntiForgeryHeader] which finds the token in the http headers, rather than just in the body.