From 08a89209e8abe2f9f49160646109c7ba7e522986 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 20 Jan 2025 17:33:28 +0100 Subject: [PATCH] Add some paragraph on GET vs other verbs in HTTP Signed-off-by: Christian Wolf --- developer_manual/prologue/security.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/developer_manual/prologue/security.rst b/developer_manual/prologue/security.rst index c9c1081b1..c68d8fa2f 100644 --- a/developer_manual/prologue/security.rst +++ b/developer_manual/prologue/security.rst @@ -229,7 +229,11 @@ To prevent CSRF in an app, be sure to call the following method at the top of al