From c6391e7587e1b028735fd217f9c9cb05c6268e8f Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 3 Aug 2023 21:55:35 +0300 Subject: NewsAggregator: use HTTPS in default URL --- protocols/NewsAggregator/Src/Options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/NewsAggregator/Src/Options.cpp b/protocols/NewsAggregator/Src/Options.cpp index ecd13f8494..b35585cfaa 100644 --- a/protocols/NewsAggregator/Src/Options.cpp +++ b/protocols/NewsAggregator/Src/Options.cpp @@ -675,7 +675,7 @@ bool CFeedEditor::OnInitDialog() } } else if (m_iItem == -1 && m_hContact == NULL) { - m_feedurl.SetText(L"http://"); + m_feedurl.SetText(L"https://"); m_tagedit.SetText(TAGSDEFAULT); m_checktime.SetInt(DEFAULT_UPDATE_TIME); Utils_RestoreWindowPositionNoSize(m_hwnd, NULL, MODULENAME, "AddDlg"); -- cgit v1.2.3