Replace usage of feedparser for sanitizing html with new HtmlSanitizer module.
commitf138845a5a4a135ba83123398d1d65dd9491fb23
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 18 May 2009 17:37:38 +0000 (18 19:37 +0200)
committerPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 18 May 2009 17:37:38 +0000 (18 19:37 +0200)
tree1be80461eb04691f844f328ab32ff27bc0b74439
parent796108dd34aced66e38da8ab8f7f8648b519fe62
Replace usage of feedparser for sanitizing html with new HtmlSanitizer module.

HtmlSanitizer prevents from XSS attacks (Fixes issue 606).
app/soc/logic/cleaning.py