commit 68813b3a4640dcfcbe002a1ff5803f04b9c50c06 Author: Christoph Lohmann <2...@r-36.net> Date: Mon Jan 19 22:51:29 2015 +0100
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); }