diff options
| author | 2015-01-20 01:59:53 +0100 | |
|---|---|---|
| committer | 2015-01-20 01:59:53 +0100 | |
| commit | d4e31d9472ec2f4ec9e44ad56926ee4cfed157ee (patch) | |
| tree | ea37793bddffc900dd2976ca9c4fd6ddbcf7af82 /surf.c | |
| parent | Data: is part of the browser too. (diff) | |
Oh my blob!
Adding blob: to the URIS handled by the browser.
Diffstat (limited to '')
| -rw-r--r-- | surf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -222,6 +222,7 @@ beforerequest(WebKitWebView *w, WebKitWebFrame *f, WebKitWebResource *r, && !g_str_has_prefix(uri, "about:") \ && !g_str_has_prefix(uri, "file://") \ && !g_str_has_prefix(uri, "data:") \ + && !g_str_has_prefix(uri, "blob:") \ && strlen(uri) > 0) { handleplumb(c, w, uri); } |
