Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-56281

Respect QNetworkProxyFactory::setUseSystemConfiguration

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.8.0
    • 5.8.0 Alpha
    • WebEngine
    • None
    • bf6cffde943293674a063feda56f4564dd07414b

      By default, Qt WebEngine uses the system proxy settings, but we allow overriding this if a QNetworkProxy::setApplicationProxy() is set.

      However, if you do not want to use a proxy at all, the canonical API for Qt is calling QNetworkProxyFactory::setUseSystemConfiguration(false). Qt WebEngine should respect this.

      The default for this changed in 5.8 from false to true, so the behavior in QNetwork and QtWebEngine to use the system proxy by default now matches.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kkohne Kai Köhne
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes