Skip to content
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

Can't select "Always open in container" on a redirect loop (e.g. splitwise) #640

Open
mcomella opened this issue Jun 26, 2017 · 5 comments
Labels
bug Something is broken! Component: Site Assignment Issues related to assigning a site to a container

Comments

@mcomella
Copy link

mcomella commented Jun 26, 2017

I use splitwise.com. When logged in, splitwise redirects to secure.splitwise.com (note: I also use HTTPSEverywhere so maybe that's why). I flagged secure.splitwise.com to always open in a container but, afaict, without logging out, there's no way to flag splitwise.com to always open in a personal container since every time I open it in a personal container, it goes to secure.splitwise.com. Sometimes, I'll accidentally log in on my non-container tab, which redirects and opens in my container tab.

It feels like a small nag in the UX. I can also imagine there are websites where this becomes a much bigger problem than I'm experiencing.

One way to solve it would be to allow pages to be flagged for "Always open in container" if you're not already in the container tab.

┆Issue is synchronized with this Jira Task

@jonathanKingston
Copy link
Contributor

jonathanKingston commented Jun 26, 2017

Maybe we should do more URL storing as part of the "always open in this container". The only solution I can think of would be to propose other sub domains that the user might also want to containerise.

As there isn't a way to know if a subdomain belongs to another we would likely have to store the trace of how the user logged in of unique hostnames.

So:

  1. User visits a.com in Personal
  2. Containers stores a.com in potential assigned domains list
  3. User logs in
  4. Website redirects to secure.a.com where user assigns the site
  5. Containers proposes the user assigns a.com also (or perhaps just does it)

This would add more complexity and potential to break other peoples expectations. I have seen a few issues with the redirection, perhaps we can figure that out another way.

@jonathanKingston jonathanKingston added the bug Something is broken! label Aug 2, 2017
@jonathanKingston
Copy link
Contributor

@mcomella hey are you still seeing this, there have been some updates to assignment however I recognise due to our API limitations it's still not perfect at the moment.

@mcomella
Copy link
Author

mcomella commented Aug 3, 2017

I'm currently using my workaround so I don't see the issue on a day-to-day basis and I don't have time atm to undo my settings to verify it still occurs.

@grahamperrin
Copy link

#640 (comment)

… way to flag … to always …

Some overlap with #839?

@xanoni
Copy link

xanoni commented Feb 5, 2023

Possible workaround: for each relevant subdomain involved in the redirection process, get the server to return a 404 code instead of redirecting you.

See here: #1670 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken! Component: Site Assignment Issues related to assigning a site to a container
Projects
None yet
Development

No branches or pull requests

4 participants