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.
Find a file
Aryeh Hillman 4a9bc37a46 Use /usr/bin/env to find bash
This enables `npm test` to successfully call scripts in `bin/` with
the `bash` binary specified by `PROFILE`.

---

Additional information:

In addition to potentially preferring an alternative version of bash
than the one in `/bin/bash`, some distributions forego storing bash in
`bin/` at all, such as `NixOS`:

```bash
$ cat /etc/os-release | rg '^NAME=' -r ''
NixOS
$ which bash
/run/current-system/sw/bin/bash
```
2023-11-17 15:55:12 -08:00
.github fix: correct pull request template placement 2023-10-14 19:05:45 -03:00
bin Use /usr/bin/env to find bash 2023-11-17 15:55:12 -08:00
docs Update documentation 2022-06-24 16:51:15 -04:00
src Merge pull request #2578 from dannycolin/bug1852393-icon-in-toolbar-by-default 2023-10-16 14:32:34 -04:00
test Revert "Fix empty sync exclude regexp behavior (#2383)" 2022-11-18 23:40:46 -05:00
.env update README to be current 2017-01-05 16:40:25 -06:00
.eslintignore Add test coverage with nyc 2020-01-02 23:25:07 +00:00
.eslintrc.js Fix the tab sorting for custom container ordering - MAC-710 2022-04-29 01:29:54 +02:00
.gitignore Merge pull request #2427 from mozilla/add-helper-dev-scripts 2023-01-09 19:11:07 -05:00
.gitmodules Github action and creation scripts 2021-10-26 14:00:53 +02:00
.htmllintrc Adding in CSS and HTML linting. Fixes 72 2017-01-30 16:02:26 +00:00
.jpmignore ignore all *.sw* files for jpm and git 2017-11-17 09:59:29 -06:00
.stylelintrc MozillaVPN Integration 2021-10-20 12:52:41 -05:00
CODE_OF_CONDUCT.md Bring CODE_OF_CONDUCT.md current 2019-04-15 14:24:16 -04:00
CONTRIBUTING.md fix git submodule command doc 2022-07-18 15:35:28 +02:00
icon.png for #5: start browser action UI 2016-12-20 11:05:37 -06:00
LICENSE Update documentation 2022-06-24 16:51:15 -04:00
package-lock.json Bump cacheable-request from 10.2.3 to 10.2.7 2023-02-11 00:28:54 +00:00
package.json Bump fast-json-patch, addons-linter and web-ext 2023-02-06 21:47:50 +00:00
README.md update contributing section 2022-06-24 17:16:30 -04:00

Multi-Account Containers

Test

The Firefox Multi-Account Containers extension lets you carve out a separate box for each of your online lives no more opening a different browser just to check your work email!

Learn more about Multi-Account Containers in our end-user documentation.

Contributing

Everyone is welcome to contribute to Multi-Account Containers. To learn how to contribute a patch to Multi-Account Container, please read our contributing guide.

You can also chat with us on our Matrix room or our forum.

This repository is governed by Mozilla's code of conduct and etiquette guidelines. For more details, please read the Mozilla Community Participation Guidelines.

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.