[epiphany] ephy-embed-utils: consider 'ephy-about' as a web scheme
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-embed-utils: consider 'ephy-about' as a web scheme
- Date: Tue, 24 Jan 2012 12:46:46 +0000 (UTC)
commit 5efccdb2132bbc33ac4907db2c1cdfc638eeac9f
Author: Xan Lopez <xan igalia com>
Date: Tue Jan 24 13:44:57 2012 +0100
ephy-embed-utils: consider 'ephy-about' as a web scheme
Otherwise we'll fail to open about: pages in our policy decision
mechanism.
embed/ephy-embed-utils.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/embed/ephy-embed-utils.c b/embed/ephy-embed-utils.c
index 5865b58..5bd5ea7 100644
--- a/embed/ephy-embed-utils.c
+++ b/embed/ephy-embed-utils.c
@@ -97,6 +97,7 @@ ephy_embed_utils_address_has_web_scheme (const char *address)
g_ascii_strncasecmp (address, "javascript", colonpos) &&
g_ascii_strncasecmp (address, "data", colonpos) &&
g_ascii_strncasecmp (address, "about", colonpos) &&
+ g_ascii_strncasecmp (address, "ephy-about", colonpos) &&
g_ascii_strncasecmp (address, "gopher", colonpos));
return has_web_scheme;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]