flask/tests
Armin Ronacher 9f6bc93e4d Fixed XSS problem by escaping all slashes in JSON.
This also probes simplejson first to figure out if it escapes slashes
which it did in earlier versions.
2010-04-20 15:12:16 +02:00
..
static Static files are active in the WSGI app now, not just the server. 2010-04-14 14:11:00 +02:00
templates Added support for macro pulling and documented certain design decisions. 2010-04-18 15:44:06 +02:00
flask_tests.py Fixed XSS problem by escaping all slashes in JSON. 2010-04-20 15:12:16 +02:00