mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-08 06:00:59 -07:00
Use HTTPS by default
This commit is contained in:
parent
d56b353c52
commit
f9f031cdb4
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ void RSSWidget::on_newFeedButton_clicked()
|
|||
|
||||
// Ask for feed URL
|
||||
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;
|
||||
RSSFeedDialog dialog {this};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue