Introduction
Introduction Statistics Contact Development Disclaimer Help
tData: is part of the browser too. - surf - customized build of surf, the suckl…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 68813b3a4640dcfcbe002a1ff5803f04b9c50c06
parent 87224dcdfa4ae66870ff404675b27c242c1ffd49
Author: Christoph Lohmann <[email protected]>
Date: Mon, 19 Jan 2015 22:51:29 +0100
Data: is part of the browser too.
Diffstat:
M surf.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -221,6 +221,7 @@ beforerequest(WebKitWebView *w, WebKitWebFrame *f, WebKitW…
&& !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);
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.