X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=surf.c;h=007f7b902af4851371763cbfe7c6e85ab8514f08;hp=8ecf0f52e113628862e00debb4cc7eeee961812b;hb=e23d5c1c45eeedb3e95219598981d8e1d6af8c15;hpb=0df9f79d9536acc4627ebd726b62de7ba4c3070e diff --git a/surf.c b/surf.c index 8ecf0f5..007f7b9 100644 --- a/surf.c +++ b/surf.c @@ -1332,7 +1332,7 @@ loadfailedtls(WebKitWebView *v, gchar *uri, GTlsCertificate *cert, g_object_get(cert, "certificate-pem", &pem, NULL); html = g_strdup_printf("

Could not validate TLS for “%s”
%s

" "

You can inspect the following certificate " - "with Ctrl+Shift+x (default keybinding).

" + "with Ctrl-t (default keybinding).

" "

%s

", uri, errmsg->str, pem); g_free(pem); g_string_free(errmsg, TRUE);