[epiphany] web-view: Remove unnecessary info from TLS errors page
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] web-view: Remove unnecessary info from TLS errors page
- Date: Mon, 17 Oct 2016 16:46:22 +0000 (UTC)
commit 3e5d4504c0d61093a04221ac5089ee301d80d0e1
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Oct 17 11:45:53 2016 -0500
web-view: Remove unnecessary info from TLS errors page
This could be potentially misleading to users.
embed/ephy-web-view.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index e1bf293..d552e04 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -1937,9 +1937,7 @@ format_tls_error_page (EphyWebView *view,
first_paragraph = g_strdup_printf (_("This does not look like the real %s. "
"Attackers might be trying to steal or "
"alter information going to or from "
- "this site (for example, private "
- "messages, credit card information, or "
- "passwords)."),
+ "this site."),
formatted_hostname);
*message_body = g_strdup_printf ("<p>%s</p>", first_paragraph);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]