-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No exclusion pattern works #223
Comments
Please use the FoxyProxy 8+ for v8+. Are you using "Proxy by Patterns" or an individual proxy for all connections? Include/Exclude patterns are meant to be used with "Proxy by Patterns". They will be ignored if a single proxy is used for everything. In case you are using a single proxy for everything and want to exclude some hosts, it would be best to use the Global Exclude. See also: foxyproxy/browser-extension#140 |
@erosman Thanks for the rapid answer. It's worth to mention the proxy type is SOCKS4. |
"Proxy by Patterns" works by matching the INCLUDE (minus EXCLUDE). If there are no include patterns, it does not show as an option, since it wont be able to match anything.
Global exclude uses the pattern defined by the browser (see the included Help under Global Exclude).
Include/Exclude patterns are only processed with "Proxy by Patterns". If you only want to use a single proxy with include/exclude patterns, you can disable other proxies or not set any include/exclude for them and then use "Proxy by Patterns".
Try |
Didn't work for either It feels like a hack by the method that worked is like:
|
@erosman |
Did you read #223 (comment)? |
Yes, but you wrote |
Ah... yes.. there was a typo.. corrected.
Can you post your exported preferences (remove private data) for me to see? |
FoxyProxy version: 8.9
Firefox version: 128.0 Ubuntu
As it's shown in the picture, I've defined two patterns to exclude a bunch of URLs.
Also I have tested my patterns using the
pattern tester
:When try to access the URL:
http://localhost:8025
the browser tabs goes loading and eventually can't access the intended address:Please let me know if there is any further information required.
The text was updated successfully, but these errors were encountered: