|
|
|
|
|
by abeld
5383 days ago
|
|
How exactly? Due to django's "we want the templating system be general, to be usable for stuff other than html", it can't provide support for such 'guarantee that the output is well formed / valid / has no injection attack entry points' features. |
|
Everything is escaped by default, and you have to explicitly request for your content to be unescaped.