Fixed a broken sentence

This commit is contained in:
Armin Ronacher 2010-06-10 23:20:16 +02:00
parent 33a035bb0e
commit 52f38bbf8b

View file

@ -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