Data: is part of the browser too.
This commit is contained in:
parent
87224dcdfa
commit
68813b3a46
1
surf.c
1
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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue