You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
verify via curl http://wpad/wpad.dat that proxy autoconfig data is valid.
launch flatpak run org.chromium.Chromium --proxy-pac-url=http://wpad/wpad.dat
open http://ip4.me or any other similar site that displays IP address
Actual behaviour
Shows actual IP address.
Expected behaviour
Shows proxy IP address.
Relevant log output
Repeat same steps using /usr/bin/chromium-browser --proxy-pac-url=http://wpad/wpad.dat and observe that proxy IP is returned.
Notes
I initially suspected that this was occurring because wpad was failing to resolve, however isn't the case as the same problem occurs when substituting wpad with the proxy server's IP.
Description
--proxy-pac-url=http://wpad/wpad.dat
is ignored.How to Reproduce?
curl http://wpad/wpad.dat
that proxy autoconfig data is valid.flatpak run org.chromium.Chromium --proxy-pac-url=http://wpad/wpad.dat
http://ip4.me
or any other similar site that displays IP addressActual behaviour
Shows actual IP address.
Expected behaviour
Shows proxy IP address.
Relevant log output
Repeat same steps using
/usr/bin/chromium-browser --proxy-pac-url=http://wpad/wpad.dat
and observe that proxy IP is returned.Notes
wpad
was failing to resolve, however isn't the case as the same problem occurs when substitutingwpad
with the proxy server's IP.The text was updated successfully, but these errors were encountered: