mozilla / multi-account-containers

Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
https://addons.mozilla.org/firefox/addon/multi-account-containers/
Mozilla Public License 2.0
2.64k stars 322 forks source link

Cannot assign sites on the Firefox restriction list #2594

Open TriMoon opened 7 months ago

TriMoon commented 7 months ago

https://github.com/mozilla/multi-account-containers/blob/59e951e5d2345abd36362c740df48c0c767fa9d1/src/manifest.json#L12-L31

Before submitting a bug report

Step to reproduce

  1. Open: https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/
  2. Make the selection to always open this site in container xxxx
  3. Close the tab, then reopen the adress.
  4. It will NOT open in that container because most likely the extension doesn't run on these sites.

Actual behavior

It doesn't switch to the selected container.

Expected behavior

Able to force a container for these sites also.

Additional informations

I am logged into the site using the container i set, but because it doesn't auto open in that container i am forced to manually re-open the page(s) in said container.

Provide a copy of Troubleshooting Information page (optional)

No response

dannycolin commented 7 months ago

@TriMoon Does it work with website included in the "Run on sites with restrictions" list in a regular window? I'm asking to narrow down if the problem is Private Mode or a combination of both features you're referring to.

TriMoon commented 7 months ago

@dannycolin I was asking for options of both features, but they are not a combo that needs tobe enabled together :wink: I just found it very irritating that i can't set these sites to automatically open in selected containers... I don't use private windows in my use case mentioned, but i thought i might as well ask for that option to be added in one go for others :wink:

dannycolin commented 7 months ago

Gotcha. I removed the "Private Window" bit because we already have another bug report on file for it. Also, Private Mode support needs to be implemented in Firefox so there's nothing we can really do on the addon side.

Anyway, I'll keep this ticket open to track things about the Firefox restriction list. I still need to investigate if we need to change something in Firefox directly or if we can support it directly from the addon.