Skip to content
Commit efb58d59 authored by Jonathan Marten's avatar Jonathan Marten Committed by Stefano Crocco
Browse files

Fix proxy configuration where WebEngine is not the default

Commit 2b45b2af introduced checking and synchronisation of the KIO proxy
configuration with WebEngine (which can only use a limited set of the
available options).  However, if WebEngine is not the default part
(webengineIsDefault in KonqMainWindow::updateProxyForWebEngine()), the
Qt application proxy is unconditionally set to NoProxy.  This may not be
correct if the user has set proxy environment variables suitable for
WebEngine but it is not the default.

In order to cover the case where WebEngine is not the default but the user
may wish to switch to it later, if it is not the default then assume that
the existing proxy settings are as intended and do not change them.
parent 257014a8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment