From dcb5f998b24f359d7c3e1980da3c58b6f6e2331a Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Wed, 28 Nov 2012 14:53:59 +0000 Subject: Display security as a lock icon for secured pages - SL #4245 For pages using the https protocol, display a) a lock icon if there were no errors in the certification, or b) a broken lock icon if the certification failed. Use the same logic as Epiphany: http://git.gnome.org/browse/epiphany/tree/embed/ephy-web-view.c#n2321 Signed-off-by: Manuel QuiƱones Acked-by: Manuel Kaufmann --- (limited to 'icons') diff --git a/icons/channel-insecure-symbolic.svg b/icons/channel-insecure-symbolic.svg new file mode 100644 index 0000000..4c6ee0b --- /dev/null +++ b/icons/channel-insecure-symbolic.svg @@ -0,0 +1,59 @@ + + + +]> + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + diff --git a/icons/channel-secure-symbolic.svg b/icons/channel-secure-symbolic.svg new file mode 100644 index 0000000..8405550 --- /dev/null +++ b/icons/channel-secure-symbolic.svg @@ -0,0 +1,60 @@ + + + +]> + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + -- cgit v0.9.1