mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 05:57:00 +03:00
Restrict permissible content types for list marker images
svn path=/trunk/netsurf/; revision=10798
This commit is contained in:
parent
8747703583
commit
6e161d822c
@ -517,7 +517,8 @@ bool box_construct_element(xmlNode *n, struct content *content,
|
|||||||
if (!html_fetch_object(content,
|
if (!html_fetch_object(content,
|
||||||
lwc_string_data(image_uri),
|
lwc_string_data(image_uri),
|
||||||
marker,
|
marker,
|
||||||
0, content->available_width,
|
image_types,
|
||||||
|
content->available_width,
|
||||||
1000, false))
|
1000, false))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user