From f4ff1e87f60a68efecae1c45bfb578dc579cad1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 15 Oct 2020 21:03:56 +0300 Subject: [PATCH] Update POST.md --- docs/en/Blog-Posts/2020-10-15 v3_3_Preview/POST.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Blog-Posts/2020-10-15 v3_3_Preview/POST.md b/docs/en/Blog-Posts/2020-10-15 v3_3_Preview/POST.md index b42e17e865..ab6f1914f6 100644 --- a/docs/en/Blog-Posts/2020-10-15 v3_3_Preview/POST.md +++ b/docs/en/Blog-Posts/2020-10-15 v3_3_Preview/POST.md @@ -24,9 +24,9 @@ There are some breaking changes with the Blazor UI. If you've built an applicati ### Automatic Validation for AntiForgery Token for HTTP APIs -Starting with the version 3.3, all your HTTP API endpoints are **automatically protected** against CSRF attacks, unless you disable it for your application. +Starting with the version 3.3, all your HTTP API endpoints are **automatically protected** against CSRF attacks, unless you disable it for your application. So, no configuration needed, just upgrade the ABP Framework. -[See the documentation](https://github.com/abpframework/abp/blob/dev/docs/en/CSRF-Anti-Forgery.md) to understand why you need it and how ABP Framework solves the problem. +[See the documentation](https://github.com/abpframework/abp/blob/dev/docs/en/CSRF-Anti-Forgery.md) to if you want to understand why you need it and how ABP Framework solves the problem. ### Rebus Integration Package for the Distributed Event Bus