[vlc-commits] securetransport: increase certificate question severity
Thomas Guillem
git at videolan.org
Thu Feb 4 15:28:06 CET 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Jan 27 18:15:16 2016 +0100| [c89f967473b166939f960e11cf93842326b775ab] | committer: Thomas Guillem
securetransport: increase certificate question severity
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c89f967473b166939f960e11cf93842326b775ab
---
modules/misc/securetransport.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/misc/securetransport.c b/modules/misc/securetransport.c
index 9cd3553..26f96f8 100644
--- a/modules/misc/securetransport.c
+++ b/modules/misc/securetransport.c
@@ -331,7 +331,7 @@ static int st_validateServerCertificate (vlc_tls_t *session, const char *hostnam
"or an attempt to breach your security or your privacy.\n\n"
"If in doubt, abort now.\n");
int answer = vlc_dialog_wait_question(session->obj,
- VLC_DIALOG_QUESTION_NORMAL, _("Abort"),
+ VLC_DIALOG_QUESTION_WARNING, _("Abort"),
_("Accept certificate temporarily"),
NULL, _("Insecure site"),
vlc_gettext (msg), hostname);
More information about the vlc-commits
mailing list