From: Christoph Lohmann <20h@r-36.net> Date: Mon, 19 Jan 2015 21:51:29 +0000 (+0100) Subject: Data: is part of the browser too. X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=68813b3a4640dcfcbe002a1ff5803f04b9c50c06 Data: is part of the browser too. --- diff --git a/surf.c b/surf.c index 43fd490..42dbf21 100644 --- a/surf.c +++ b/surf.c @@ -221,6 +221,7 @@ beforerequest(WebKitWebView *w, WebKitWebFrame *f, WebKitWebResource *r, && !g_str_has_prefix(uri, "https://") \ && !g_str_has_prefix(uri, "about:") \ && !g_str_has_prefix(uri, "file://") \ + && !g_str_has_prefix(uri, "data:") \ && strlen(uri) > 0) { handleplumb(c, w, uri); }