iframes were getting stripped at the rss/atom parser level. We can preserve these because we will strip them in the purifier after checking for supported video sources

This commit is contained in:
friendica 2012-06-20 05:04:51 -07:00
parent b3bf48782f
commit f0db196288
2 changed files with 5 additions and 3 deletions

View file

@ -446,6 +446,8 @@ function get_atom_elements($feed,$item) {
$res['body'] = $purifier->purify($res['body']);
$res['body'] = @html2bbcode($res['body']);
}
elseif(! $have_real_body) {