mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Retry only for https protocol
This commit is contained in:
parent
affcebbab1
commit
f86be65971
@ -313,7 +313,7 @@ print_error_dialog(struct session *ses, struct connection_state state,
|
||||
|
||||
add_to_string(&msg, get_state_message(state, ses->tab->term));
|
||||
|
||||
if (!uri) {
|
||||
if (!uri || uri->protocol != PROTOCOL_HTTPS) {
|
||||
info_box(ses->tab->term, MSGBOX_FREE_TEXT,
|
||||
N_("Error"), ALIGN_CENTER,
|
||||
msg.source);
|
||||
|
Loading…
Reference in New Issue
Block a user