• Vincent Pelletier's avatar
    wsgi: Fix CORS cookie lifespan. · 4d0641ac
    Vincent Pelletier authored
    "expires" takes an absolute date, "max-age" takes a number of seconds until
    expiration.
    So switch to "max-age": according to Mozilla Developer Network, it is
    supported by all major browsers, and by IE since version 8.
    4d0641ac
wsgi.py 33.5 KB