Introduction
Introduction Statistics Contact Development Disclaimer Help
tfile:// should be handled in surf too. - surf - customized build of surf, the …
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 87224dcdfa4ae66870ff404675b27c242c1ffd49
parent d511226ea64345be7a63662cdf9c9a20fb79a6d9
Author: Christoph Lohmann <[email protected]>
Date: Mon, 19 Jan 2015 22:43:42 +0100
file:// should be handled in surf too.
Diffstat:
M surf.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -220,6 +220,7 @@ beforerequest(WebKitWebView *w, WebKitWebFrame *f, WebKitW…
if(!g_str_has_prefix(uri, "http://") \
&& !g_str_has_prefix(uri, "https://") \
&& !g_str_has_prefix(uri, "about:") \
+ && !g_str_has_prefix(uri, "file://") \
&& 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.