Commit c89f9674 authored by Thomas Guillem's avatar Thomas Guillem

securetransport: increase certificate question severity

parent 0caa233e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment