From 52f38bbf8bee2f7b5aa4fe708dc304cb590d3a0b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 10 Jun 2010 23:20:16 +0200 Subject: [PATCH] Fixed a broken sentence --- docs/security.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/security.rst b/docs/security.rst index db3d3c74..18b976ab 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -67,8 +67,8 @@ recursive structures that could cause problems and the only thing that could possibly break are very large responses that can cause some kind of denial of service at the receivers side. -However there is a catch. Due to how browsers the CSRF issue comes up -with JSON unfortunately. Fortunately there is also a weird part of the +However there is a catch. Due to how browsers work the CSRF issue comes +up with JSON unfortunately. Fortunately there is also a weird part of the JavaScript specification that can be used to solve that problem easily and Flask is kinda doing that for you by preventing you from doing dangerous stuff. Unfortunately that protection is only there for