As you helped me understand in the issue on ring anti-forgery, a normal punter will try to use wrap-defaults with site-defaults and then add wrap-anti-forgery, not realising that it is redundant.
How could we best add docs to indicate how to handle CSRF / XSRF validation? I guess you're suggesting a complete map of default options?
As you helped me understand in the issue on ring anti-forgery, a normal punter will try to use
wrap-defaults
withsite-defaults
and then addwrap-anti-forgery
, not realising that it is redundant.How could we best add docs to indicate how to handle CSRF / XSRF validation? I guess you're suggesting a complete map of default options?