Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5961ea1

Browse files
committedMay 16, 2024··
-
1 parent 460cdd7 commit 5961ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎components/http_foundation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ The ``JsonResponse`` class sets the ``Content-Type`` header to
729729
Only methods that respond to GET requests are vulnerable to XSSI 'JSON Hijacking'.
730730
Methods responding to POST requests only remain unaffected.
731731

732-
.. danger::
732+
.. warning::
733733

734734
The ``JsonResponse`` constructor exhibits non-standard JSON encoding behavior
735735
and will treat ``null`` as an empty object if passed as a constructor argument,

0 commit comments

Comments
 (0)
Please sign in to comment.