1
1
Fork 0

The proxy function sometimes kills embedded pictures ...

This commit is contained in:
Michael Vogel 2015-10-05 22:19:34 +02:00
commit 2676a0f0e5
3 changed files with 28 additions and 8 deletions

View file

@ -157,7 +157,7 @@ function oembed_format_object($j){
case "rich": {
// not so safe..
if (!get_config("system","no_oembed_rich_content"))
$ret.= $jhtml;
$ret.= proxy_parse_html($jhtml);
}; break;
}