Stop rendering of iframe children; they're for non-iframe supporting UAs
(which isn't us) svn path=/trunk/netsurf/; revision=2893
This commit is contained in:
parent
9370006a4c
commit
978637a134
|
@ -1771,6 +1771,9 @@ bool box_iframe(BOX_SPECIAL_PARAMS)
|
|||
content->available_width, 0, false, 0);
|
||||
|
||||
free(url);
|
||||
|
||||
*convert_children = false;
|
||||
|
||||
return ok;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue