We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d2df6 commit 4447f1dCopy full SHA for 4447f1d
components/http_foundation/introduction.rst
@@ -506,9 +506,9 @@ to ``application/json``.
506
as the outer-most array to ``JsonResponse`` and not an indexed array so
507
that the final result is an object (e.g. ``{"object": "not inside an array"}``)
508
instead of an array (e.g. ``[{"object": "inside an array"}]``). Read
509
- the `OWASP guidelines`_ for more information.
510
-
511
- Only methods that respond to GET requests are vulnerable to XSSI 'JSON Hijacking'.
+ the `OWASP guidelines`_ for more information.
+
+ Only methods that respond to GET requests are vulnerable to XSSI 'JSON Hijacking'.
512
Methods responding to POST requests only remain unaffected.
513
514
JSONP Callback
0 commit comments