]> git.armaanb.net Git - chorizo.git/blobdiff - browser.c
Allow webkit:// in URLs
[chorizo.git] / browser.c
index 0185daa1b67e454e5b6951e8e2ce59075df8bd82..8df0e330777700e743a953d9cd7123db95e30109 100644 (file)
--- a/browser.c
+++ b/browser.c
@@ -632,7 +632,8 @@ ensure_uri_scheme(const gchar *t)
         !g_str_has_prefix(f, "https:") &&
         !g_str_has_prefix(f, "file:") &&
         !g_str_has_prefix(f, "about:") &&
-        !g_str_has_prefix(f, "data:"))
+        !g_str_has_prefix(f, "data:") &&
+        !g_str_has_prefix(f, "webkit:"))
     {
         g_free(f);
         fabs = realpath(t, NULL);