Mercurial > dillo_port1.3
changeset 1653:7a992ce58091
always load data: images
author | corvid <corvid@lavabit.com> |
---|---|
date | Tue, 20 Apr 2010 19:31:32 +0000 |
parents | 85709f0b589c |
children | d82939c7c4e8 |
files | src/html.cc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/html.cc Tue Apr 20 19:23:21 2010 +0000 +++ b/src/html.cc Tue Apr 20 19:31:32 2010 +0000 @@ -2123,6 +2123,7 @@ Image->bg_color = HT2TB(html)->getBgColor()->getColor(); load_now = prefs.load_images || + !dStrcasecmp(URL_SCHEME(url), "data") || (a_Capi_get_flags_with_redirection(url) & CAPI_IsCached); bool loading = false; if (load_now)