odoo/addons/website/tests
Nicolas Lempereur 8c77c711ee [FIX] website: escaping saved html content
Escape text nodes changed via the web editor before sending the content
it to the server controller.

It is done since the content is unescaped one time when being displayed,
and it is not done for inline style and script tags (which may be
injected by dropping a snippet) since that would break them.

replacing the solution in cdb900044.
2015-08-27 17:27:39 +02:00
..
__init__.py [IMP] test impprove HTTPCase opener 2014-06-29 20:04:30 +02:00
test_converter.py [IMP] use model._fields instead of model._all_columns to cover all fields 2014-11-04 13:47:57 +01:00
test_crawl.py [IMP] website: improve speed of test crawl and load only one slug by route 2015-02-12 12:26:23 +01:00
test_ui.py [MERGE] backend front end integration 2014-06-27 11:03:34 +02:00
test_views.py [FIX] website: escaping saved html content 2015-08-27 17:27:39 +02:00