-
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 entire tab if even one pattern matched #151
Comments
There would be practical issues. Cross browser compatibilityTab based proxy is not possible on Chrome. It is only possible on Firefox due to its dedicated API. Implementation Conflict
|
let it be just firefox :-) ok, I see conflict. Then can we look only first HTTP request, and match only them host header, and enable proxy for Tab? |
There is no set order in asynchronous operations. There can also be a reversed situation where user wants to proxy the top site and not the widget. |
I see this as an option when adding a pattern, whether the user wants to proxy only this URL/site, or the entire tab can we catch the first request for a new tab, or when opening a tab via a link, and if the pattern matches, enable the proxy on the tab? |
The first request must be to You are aware of F***fox ‘containers’ feature, arenʼt you? FoxyProxy unfortunately has only a rudimentary support of it [0]; but maybe the eponymous webext [1] will actually cover all your needs? [0] #33 |
o, thanks! I will try containers+foxyproxy |
Hi, thanks for foxyproxy!
It would be great to have an option to turn on the proxy for the entire tab if at least one pattern matches, because many sites access many third-party domains, and you have to add all these domains to the pattern
The text was updated successfully, but these errors were encountered: