mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
html_saw_insecure_objects: Don't infinite loop on objects
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
33c81b6932
commit
715586bb65
@ -2680,6 +2680,7 @@ html_saw_insecure_objects(struct content *c)
|
||||
if (content_saw_insecure_objects(obj->content))
|
||||
return true;
|
||||
}
|
||||
obj = obj->next;
|
||||
}
|
||||
|
||||
/* Now check the script list */
|
||||
|
Loading…
Reference in New Issue
Block a user