diff options
| author | 2015-01-19 22:43:42 +0100 | |
|---|---|---|
| committer | 2015-01-19 22:43:42 +0100 | |
| commit | 87224dcdfa4ae66870ff404675b27c242c1ffd49 (patch) | |
| tree | a00bc7976caded225773d3a4268d03541effe079 | |
| parent | Remove the debugging from the testing. (diff) | |
file:// should be handled in surf too.
Diffstat (limited to '')
| -rw-r--r-- | surf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -220,6 +220,7 @@ beforerequest(WebKitWebView *w, WebKitWebFrame *f, WebKitWebResource *r, 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); } |
