aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index da56dd81b..b70bd4d41 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -819,7 +819,8 @@ progress_update (EphyWebView *view, GParamSpec *pspec, EphyEmbed *embed)
}
uri = webkit_web_view_get_uri (priv->web_view);
- if (!uri || g_str_equal (uri, "about:blank"))
+ if (!uri || g_str_has_prefix (uri, "ephy-about:") ||
+ g_str_has_prefix (uri, "about:"))
return;
#ifdef HAVE_WEBKIT2