From 35ce19823b4b57165be5267d88b79d3dafd1e214 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Fri, 4 Feb 2022 14:40:15 -0500 Subject: [PATCH] docs: Delete a redundant sentence --- docs/guide/security.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/guide/security.rst b/docs/guide/security.rst index b65cd3f37..008d614e5 100644 --- a/docs/guide/security.rst +++ b/docs/guide/security.rst @@ -215,10 +215,7 @@ Cross-site request forgery protection `Cross-site request forgery `_, or -XSRF, is a common problem for personalized web applications. See the -`Wikipedia -article `_ for -more information on how XSRF works. +XSRF, is a common problem for personalized web applications. The generally accepted solution to prevent XSRF is to cookie every user with an unpredictable value and include that value as an additional -- 2.47.2