mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Use HTTPS by default
This commit is contained in:
@@ -333,7 +333,7 @@ void RSSWidget::on_newFeedButton_clicked()
|
|||||||
|
|
||||||
// Ask for feed URL
|
// Ask for feed URL
|
||||||
const QString clipText = qApp->clipboard()->text();
|
const QString clipText = qApp->clipboard()->text();
|
||||||
const QString defaultURL = Net::DownloadManager::hasSupportedScheme(clipText) ? clipText : u"http://"_s;
|
const QString defaultURL = Net::DownloadManager::hasSupportedScheme(clipText) ? clipText : u"https://"_s;
|
||||||
|
|
||||||
RSS::Feed *newFeed = nullptr;
|
RSS::Feed *newFeed = nullptr;
|
||||||
RSSFeedDialog dialog {this};
|
RSSFeedDialog dialog {this};
|
||||||
|
|||||||
Reference in New Issue
Block a user