You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Is there any pattern for detecting this attribute is globally applied and disable SG00016? Potentially here SG00016 could apply to the use of the ignore attribute.
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.
The text was updated successfully, but these errors were encountered: