Salar K
Salar K
Just be aware SmartProxy is going under a big change under this branch. The Master branch is in maintenance mode for now. https://github.com/salarcode/SmartProxy/tree/SmartProfiles
Thanks for the detailed report, I can guess this is because of a delay in loading synced configurations. You may try this with sync disabled and it might work (I...
Yep was able to replicate, this is because `fonts.gstatic.com` is whitelisted by the subscription. And whitelists have higher priority than other rules and as soon as whitelist found, other rules...
Rules are combined together for efficient processing so your suggesion is not possible at the moment. It makes sense though. There is a big change coming for this extension. I...
It is more of a platform issue that this proxy has no control over it. The drop down is rendered by the browser. Can't do much about this!
My guess is there is no UI DOM for extention icons. They are set with [setIcon](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/browserAction/setIcon) API.
It is possible that there is a bug, let me check.
You have to enter the full domain name e.g: www.google.com Notice that "www.google.com" and "google.com" are different and can point to different sites (which in this case redirects to the...
According to my tests it works with localhost, can you specify port number to see if it works? e.g. localhost:8080
Smartproxy checks for full domain:port name which shouldn't and that causes the issue you have. Not directly related to this issue but i will look into it.