Changes between Initial Version and Version 1 of Ticket #32899
- Timestamp:
- Jul 4, 2021, 10:55:26 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32899 – Description
initial v1 1 1 currently JSONResponse documents a `safe` kwarg 2 2 3 ``` 3 {{{ 4 4 Data to be dumped into json. By default only ``dict`` objects 5 5 are allowed to be passed due to a security flaw before EcmaScript 5. See 6 6 the ``safe`` parameter for more information. 7 ``` 7 }}} 8 8 9 9 EcmaScript 5 is mostly dead, but there are other advantages to only sending dicts, see https://twitter.com/simonw/status/1410682522908856320