forked from orbit-oss/flask
Fixed a broken sentence
This commit is contained in:
parent
33a035bb0e
commit
52f38bbf8b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
could possibly break are very large responses that can cause some kind of
|
||||||
denial of service at the receivers side.
|
denial of service at the receivers side.
|
||||||
|
|
||||||
However there is a catch. Due to how browsers the CSRF issue comes up
|
However there is a catch. Due to how browsers work the CSRF issue comes
|
||||||
with JSON unfortunately. Fortunately there is also a weird part of the
|
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
|
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
|
Flask is kinda doing that for you by preventing you from doing dangerous
|
||||||
stuff. Unfortunately that protection is only there for
|
stuff. Unfortunately that protection is only there for
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue