Active
Project:
Embed filter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2010 at 19:02 UTC
Updated:
22 Oct 2010 at 19:02 UTC
embedfilter_approve does not seem to handle relative paths. Is there anything wrong with inserting this snippet of code after $parts = parse_url($url);?
if(!isset($parts['host'])){
$parts['host'] = $_SERVER['HTTP_HOST'];
}