[Xfce4-commits] <midori:master> Don't warn if certificate isn't pinned

Christian Dywan noreply at xfce.org
Wed May 8 03:00:03 CEST 2013


Updating branch refs/heads/master
         to 71de7fbc96bb9a2a0391b6975950a8b10bee6fd5 (commit)
       from a83342032df8456a74d4137d9d79d418b020ca01 (commit)

commit 71de7fbc96bb9a2a0391b6975950a8b10bee6fd5
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed May 8 01:39:03 2013 +0200

    Don't warn if certificate isn't pinned
    
    This is indeed expected behavior. The condition changed.

 midori/midori-view.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/midori/midori-view.c b/midori/midori-view.c
index aa405d2..0d45de2 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -864,8 +864,6 @@ midori_view_web_view_navigation_decision_cb (WebKitWebView*             web_view
                         g_error_free (error);
                     }
                 }
-                else
-                    g_warn_if_reached ();
                 g_object_unref (gcr_cert);
             }
             if (tls_cert != NULL)


More information about the Xfce4-commits mailing list