diff options
author | Christoph Lohmann <20h@r-36.net> | 2015-01-19 22:51:29 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-01-19 22:51:29 +0100 |
commit | 68813b3a4640dcfcbe002a1ff5803f04b9c50c06 (patch) | |
tree | fe63766ac14cfce58c7deba1e62baf1da434361a | |
parent | 87224dcdfa4ae66870ff404675b27c242c1ffd49 (diff) | |
download | surf-68813b3a4640dcfcbe002a1ff5803f04b9c50c06.tar.gz surf-68813b3a4640dcfcbe002a1ff5803f04b9c50c06.tar.bz2 surf-68813b3a4640dcfcbe002a1ff5803f04b9c50c06.zip |
Data: is part of the browser too.
-rw-r--r-- | surf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |