-
Notifications
You must be signed in to change notification settings - Fork 40
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
Proxy by patterns not recognized by default #164
Comments
Can you paste the exported settings of FoxyProxy? |
Thanks @erosman {
"mode": "pattern",
"sync": true,
"autoBackup": false,
"passthrough": "",
"theme": "",
"container": {
"incognito": "",
"container-1": "",
"container-2": "",
"container-3": "",
"container-4": ""
},
"commands": {
"setProxy": "",
"setTabProxy": "",
"quickAdd": ""
},
"data": [
{
"active": true,
"title": "ssh35393",
"type": "socks5",
"hostname": "127.0.0.1",
"port": "35393",
"username": "",
"password": "",
"cc": "",
"city": "",
"color": "#cc1cc9",
"pac": "",
"pacString": "",
"proxyDNS": true,
"include": [
{
"type": "wildcard",
"title": "*binsearch*",
"pattern": "*://*binsearch*/",
"active": true
},
{
"type": "wildcard",
"title": "*whatismyip*",
"pattern": "*whatismyip*",
"active": true
},
{
"type": "wildcard",
"title": "*duckduckgo*",
"pattern": "*duckduckgo*",
"active": true
},
{
"type": "wildcard",
"title": "*canyouseeme*",
"pattern": "*canyouseeme*",
"active": true
},
],
"exclude": [
{
"type": "regex",
"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.",
"pattern": "^[^:]+://(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?/",
"active": true
},
{
"type": "regex",
"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.",
"pattern": "^[^:]+://(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?/",
"active": true
},
{
"type": "regex",
"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.",
"pattern": "^[^:]+://(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?/",
"active": true
}
]
},
],
}
],
"showPatternProxy": false
} |
Although it should not cause any problems, the settings seems to be imported from older versions of FoxyProxy (pre v8) and uses older type patterns. As mentioned in the included Help...
AFA excludes ...
|
Thanks again @erosman Global Exclude: You mean something like below? { Still I can reproduce the original error. Any other leads? I've been using FoxyProxy for more than a decade and it has been a life saver. But the 8.2 update screwed things up big time with settings being lost, and this started happening then. I haven't had time to look into it for something like a year. Thanks for your time and input into FP! |
Global Exclude is found on the Options Tab in FoxyProxy settings. |
Firefox 133.0 (64-bit) Linux
FoxyProxy 8.9
When Firefox is restarted, FoxyProxy is set to "Proxy by Patterns", although this does not happen. Patterns are not working.
If I click "Disable", and then "Proxy by Patterns" again, things start working by the added patterns. If I forget when restarting Firefox, security is compromized since proxies are not used at all.
Please advise
The text was updated successfully, but these errors were encountered: