Browse Source

Clarify ABP CSRF/Antiforgery compatibility in docs

pull/23877/head
maliming 6 months ago
parent
commit
ac0668ac4a
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 2
      docs/en/framework/infrastructure/csrf-anti-forgery.md

2
docs/en/framework/infrastructure/csrf-anti-forgery.md

@ -17,7 +17,7 @@ Once you enable it;
Especially, the second point is a pain for your clients and unnecessarily consumes your server resources.
> You can read more about the ASP.NET Core antiforgery system in its own [documentation](https://docs.microsoft.com/en-us/aspnet/core/security/anti-request-forgery).
> You can use any ASP.NET Core antiforgery features, like `ValidateAntiForgeryToken`, `AutoValidateAntiforgeryToken`, or `IgnoreAntiforgeryToken`, for more information, see the [official documentation](https://docs.microsoft.com/en-us/aspnet/core/security/anti-request-forgery).
## The Solution

Loading…
Cancel
Save