diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml index 62f55343ed..f95e65858d 100644 --- a/docs/manual/src/docbook/appendix-namespace.xml +++ b/docs/manual/src/docbook/appendix-namespace.xml @@ -521,7 +521,8 @@
<literal><csrf></literal> - This element will add CSRF to the application. It also updates the default RequestCache + This element will add Cross Site Request Forger (CSRF) + protection to the application. It also updates the default RequestCache to only replay "GET" requests upon successful authentication.
Parent Elements of <literal><csrf></literal>