multi-account-containers icon indicating copy to clipboard operation
multi-account-containers copied to clipboard

Add the ability to edit the domain list

Open LIyoai opened this issue 7 years ago • 6 comments

Add the ability to edit the domain list to assign a domain to a container. That way I could fill the list up front with all work domains etc.

┆Issue is synchronized with this Jira Task

LIyoai avatar Sep 20 '17 12:09 LIyoai

I think this is a duplicate, it certainly has been discussed elsewhere.

jonathanKingston avatar Sep 20 '17 20:09 jonathanKingston

I think this is related to #719

maxnordlund avatar Apr 12 '18 15:04 maxnordlund

Also https://github.com/tiansh/always-in-container/issues/1

grahamperrin avatar Apr 23 '21 23:04 grahamperrin

Any news on this? I desperately need this feature to assign an AWS account login page per container, but I can't do it right now because it immediately redirects.

isavcic avatar Jul 12 '21 08:07 isavcic

@isavcic

You may need one or both of these:

  1. turn off Limit to Designated Sites; and/or
    1. edit /etc/hosts and add the hostname of the login page with 127.0.0.1 (or indeed, any 127.nn.nn.nn);
    2. load the login page - it will fail because of the hosts entry;
    3. add it to a container;
    4. remove the entry from etc/hosts.

The additions and removals in /etc/hosts can be done in bulk, of course.

If you're on a system that doesn't have /etc/hosts, there may be an equivalent file, or you may be able to set a deliberately non-working proxy in Firefox, to similar effect; however that will affect all sites while it's in effect, not just the login sites.

My understanding is that automatic transfer between containers is based on matching domains, not whole URLs, which means that you can't assign http://some.site/login?user=foo and http://some.site/login?user=bar to different containers.

kurahaupo avatar Aug 30 '21 07:08 kurahaupo

Any progress on this ?

sionescu avatar Jun 10 '22 20:06 sionescu

Because #719 has been closed by @dannycolin with referencing this issue, lets see if the developers pay any attention to these split issues instead of just redirecting to new ones... Still waiting on progress...

TriMoon avatar Oct 31 '22 08:10 TriMoon