Re: [Interest] WebEngine proxy whitelist

2020-03-06 Thread Allan Sandfeld Jensen
On Friday, 6 March 2020 11:02:55 CET Benjamin TERRIER wrote: > On Thu, 5 Mar 2020 at 21:54, Allan Sandfeld Jensen wrote: > > I don't know why they would say that, as far as I know it works. In any > > case I > > would suggest using the same mechanism we use for testing PAC support: > > The command

Re: [Interest] WebEngine proxy whitelist

2020-03-06 Thread Benjamin TERRIER
On Thu, 5 Mar 2020 at 21:54, Allan Sandfeld Jensen wrote: > I don't know why they would say that, as far as I know it works. In any > case I > would suggest using the same mechanism we use for testing PAC support: > The command line argument "--proxy-pac-url=file://$$PACFILE" > > And since it is

Re: [Interest] WebEngine proxy whitelist

2020-03-05 Thread Allan Sandfeld Jensen
On Thursday, 5 March 2020 20:57:06 CET Benjamin TERRIER wrote: > On Thu, 5 Mar 2020 at 19:56, Allan Sandfeld Jensen wrote: > > Could you write it as a pac-script? > > > > I think there are some Chromium command-line arguments too that can change > > the > > defaults, but I think a pac-script is t

Re: [Interest] WebEngine proxy whitelist

2020-03-05 Thread Benjamin TERRIER
On Thu, 5 Mar 2020 at 19:56, Allan Sandfeld Jensen wrote: > > Could you write it as a pac-script? > > I think there are some Chromium command-line arguments too that can change > the > defaults, but I think a pac-script is the most flexible and universal way. > > This could be a solution. If PAC

Re: [Interest] WebEngine proxy whitelist

2020-03-05 Thread Allan Sandfeld Jensen
On Wednesday, 4 March 2020 16:33:17 CET Benjamin TERRIER wrote: > Hi, > > Is there any way to set a whitelist of URLs for proxy in Qt WebEngine? > > In Qt application this is done by implementing > QNetworkProxyFactory::queryProxy() and returning NoProxy based on the query > URL. > > However, ev

[Interest] WebEngine proxy whitelist

2020-03-04 Thread Benjamin TERRIER
Hi, Is there any way to set a whitelist of URLs for proxy in Qt WebEngine? In Qt application this is done by implementing QNetworkProxyFactory::queryProxy() and returning NoProxy based on the query URL. However, even if Qt WebEngine does use the application proxy it does not call queryProxy() fo