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
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
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
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
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
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