-
Notifications
You must be signed in to change notification settings - Fork 62
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
Suggestion: Option to not switch the container in case of redirection #182
Comments
I like the idea, however I don't think it's possible to differentiate between normal navigation and redirects. What I'm planning to implement with #104 is a "Temporarily disable Isolation" button in the popup. However you would still need to know that isolation will take place before-hand or do the procedure (payment) twice. This actually causes me some headaches too since some redirections cause unwanted isolation but I'm still unsure how to solve that. |
Actually I have already found a "solution" or better say desirable "modus operandy" as adaption to current possibilities. This is my current config in addition to default:
Idea is that left click does not invoke creation of a new container, except on a DuckDuckGo results page. What I am missing now, that manual interaction/altering UrlBar would open in a new container, except when new destination is same domain/subdomain as current one.. If I haven't describe myself understandable or if you have any questions regarding this, please, let me know. Thank you and cheers |
Like your setup! However, I want
too, which is accomplished by "Navigating in Tabs" "does not match", with the nice side-effect that just left-clicking is enough and isolation does the rest. However it comes with the cost of some redirect breakage. Also Isolation with Mouse Clicks unfortunately does not always work. |
Thank you 😄, I am flattered that you like my setup. I have tried that too and the desired functionality about altering URL in urlbar works, but left click to login where you are redirected invokes a new container, so login fails. Cheers |
Yeah, currently I set "Navigating in Tabs" temporarily to "Never" when dealing with such cases. It's cumbersome. However it's possible to add the domain to the Per Domain Isolation and add the redirected domains to the Exclude list, but that still means it breaks at least once and it's even more cumbersome. I hope to get around to at least implement something that makes this process less painful. |
Don't over complicate and give you additional work, if there is no simple solution. 😉 Thank you |
I have updated my previous post #182 (comment). The following lines were missing, but needed when right-click on selected URL and open should always go into a new container:
and missing in the "duckduckgo" section:
Cheers |
v1.0beta4 allows to globally disable Isolation in the popup (circle icon) and also to globally exclude permanent containers / domain patterns. That should help with the payment/SSO stuff. |
Is it possible that you would add an option (checkbox), which would provide possibility not to switch containers when redirection happens.
I meet many cases when I need to login, where login provider is at different domain (which does not mean different domain owner) and login breaks on redirection into different container.
The same happens on payment processes, where one site redirects to, for example, paypal and then back to the original site. Such cases leads to payment breakages.
I know we can use Containerise addon or such, but in that case we need to anticipate breakage up front and its a mess to configure many to many.
Thank you and cheers
The text was updated successfully, but these errors were encountered: