mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Merge pull request #6413 from evsh/no-proxy-in-webui-server
Disable proxy in WebUI HTTP server. Closes #6349.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#else
|
||||
#include <QTcpSocket>
|
||||
#endif
|
||||
#include <QNetworkProxy>
|
||||
#include "connection.h"
|
||||
#include "server.h"
|
||||
|
||||
@@ -45,6 +46,7 @@ Server::Server(IRequestHandler *requestHandler, QObject *parent)
|
||||
, m_https(false)
|
||||
#endif
|
||||
{
|
||||
setProxy(QNetworkProxy::NoProxy);
|
||||
}
|
||||
|
||||
Server::~Server()
|
||||
|
||||
Reference in New Issue
Block a user