Skip to content

SAML: allow disabling proxy when opening auth dialog

The system environment may have proxy set, which is needed after connecting with the VPN. Using it for the actual VPN won't work, as it would try to connect to an internal proxy without success.

By default, webkit dialog use system proxy settings. This may cause troubles if such settings exist at the system to be used only after VPN connection.

So, add an option to disable it at the webkit dialog window.

Signed-off-by: Mauro Carvalho Chehab mchehab@kernel.org

Merge request reports