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
198 stars 29 forks source link

didn't forward all traffic #123

Closed maanimis closed 4 months ago

maanimis commented 4 months ago

thanks for your useful project but it can't forward all traffic. i didn't have problem in older versions log: image

my proxy&patterns: image

erosman commented 4 months ago

i didn't have problem in older versions

In FoxyProxy v7, patterns only matched the host, but in v8+ it can match the entire URL (like it used to be in v3). That can cause unexpected matches.

Although not an issue, I would suggest simplifying the pattern usage.