Changes between Initial Version and Version 1 of Ticket #32899


Ignore:
Timestamp:
Jul 4, 2021, 10:55:26 PM (3 years ago)
Author:
Jacob Walls
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32899 – Description

    initial v1  
    11currently JSONResponse documents a `safe` kwarg
    22
    3 ```
     3{{{
    44      Data to be dumped into json. By default only ``dict`` objects
    55      are allowed to be passed due to a security flaw before EcmaScript 5. See
    66      the ``safe`` parameter for more information.
    7 ```
     7}}}
    88
    99EcmaScript 5 is mostly dead, but there are other advantages to only sending dicts, see https://twitter.com/simonw/status/1410682522908856320
Back to Top