https://github.com/p3lim/ff-exclusive-containers
Ensure exclusivity of containers with designated domains by opening other domains in a default container
https://github.com/p3lim/ff-exclusive-containers
firefox firefox-addon firefox-extension firefox-webextension
Last synced: about 1 year ago
JSON representation
Ensure exclusivity of containers with designated domains by opening other domains in a default container
- Host: GitHub
- URL: https://github.com/p3lim/ff-exclusive-containers
- Owner: p3lim
- License: mit
- Created: 2020-03-13T02:08:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T20:06:50.000Z (over 2 years ago)
- Last Synced: 2024-05-01T20:03:50.265Z (about 2 years ago)
- Topics: firefox, firefox-addon, firefox-extension, firefox-webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-GB/firefox/addon/exclusive-containers/
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Exclusive Containers
A supplementary Firefox addon to [Multi-Account Containers](https://addons.mozilla.org/en-GB/firefox/addon/multi-account-containers/) (MAC) that will prevent links from opening in the same container as the originating container unless it's on the same domain. If not the same domain the link will open in the default container instead (or another container if the link's domain is designated a container as well, handled by MAC).
[Available on addons.mozilla.org](https://addons.mozilla.org/en-GB/firefox/addon/exclusive-containers/)
For more information about containers, see this blog post from Mozilla:
### Building
```bash
npm install -g web-ext
web-ext build
web-ext sign --api-key ... --api-secret ...
```