foxyproxy / browser-extension

Version 8 and above. Browser extension source code for Firefox, Chrome, and other Chromium-based browsers
GNU General Public License v2.0
199 stars 29 forks source link

Proxy bypassing stopped working in new version #48

Closed athulnath closed 7 months ago

athulnath commented 7 months ago

proxy bypassing was working before, but after the update it stopped working.

proxy Type: HTTP Or WPAD URL in PAC URL rule: Include: Exclude Type: Wildcard pattern: *.mydev.team

all URLs which follow the patterns are not by-passing. still hitting the proxy

chrome version: 119.0.6045.199 foxyproxy: 8.1

erosman commented 7 months ago

Are you trying to set a global bypass?

athulnath commented 7 months ago

Yes. its global bypass in chrome. not specific for tab

erosman commented 7 months ago

Global exclude has been updated and no longer has a type.

Are you setting it under Global Exclude?

athulnath commented 7 months ago

No. it got worked after putting here as you suggested.

we were adding rules under proxies tab. please find the screenshot below.

image

erosman commented 7 months ago

Exclude pattern under individual proxy only applies to that proxy (and not for PAC) and only when "Proxy by Patterns" is selected.

Global exclude is global.

athulnath commented 7 months ago

Got it. is it possible to add WPAD URL as PAC?

I am not able to see "Proxy by Patterns" option

image

how can I enable it?

erosman commented 7 months ago

is it possible to add WPAD URL as PAC?

If there is a test WPAD, I can work on it.

I am not able to see "Proxy by Patterns" option

If there aren't any patterns set for any active proxies, users wont be able to select "Proxy by Pattern" and the option is hidden to avoid confusion.

athulnath commented 7 months ago

No test WPAD available.

I have added couple of active proxies with patterns but still "Proxy by Pattern" not visible

image
erosman commented 7 months ago

Patterns are not applicable in PAC type as Proxy Auto-Configuration file (PAC) is used to handle all proxying configurations.

athulnath commented 7 months ago

got it. I am able to see it now Thank you.