From ad42ea43b1d3c1a5f6ce524a45ebc6c07bbab07d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 9 Dec 2024 13:07:30 +0100 Subject: [PATCH] Update 0.3.8.md --- website/docs/changelog/0.3.8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/changelog/0.3.8.md b/website/docs/changelog/0.3.8.md index 26a32d30..552557a3 100644 --- a/website/docs/changelog/0.3.8.md +++ b/website/docs/changelog/0.3.8.md @@ -12,6 +12,7 @@ Not yet released. ### 💅 Polish +- `x-csrftoken` is added to all forms on the OpenAdmin interface for [CSRF](https://portswigger.net/web-security/csrf) protection. - Redesigned OpenAdmin Dashboard page. - Suspending user will now redirect all their domains to custom [suspended_user.html](https://github.com/stefanpejcic/openpanel-configuration/blob/main/nginx/suspended_user.html) template. - OpenPanel can now be updated [directly from Github](/docs/admin/intro/#manual-updates).