post: mention Firefox Containers

This commit is contained in:
curben 2019-08-09 13:38:25 +09:30
parent 9abefc0e32
commit b48f810f12
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,7 @@
title: How to run more than one Firefox instance title: How to run more than one Firefox instance
subtitle: Using Firefox profiles, you can use more than two instances. subtitle: Using Firefox profiles, you can use more than two instances.
date: 2019-04-07 date: 2019-04-07
lastUpdated: 2019-08-09
tags: tags:
- firefox - firefox
- privacy - privacy
@ -76,4 +77,6 @@ Path=profile z
``` ```
firefox --no-remote -P 'Profile Z' firefox --no-remote -P 'Profile Z'
``` ```
**Edit:** Similar functionality can be achieved by using Multi-Account Containers. It is a built-in feature introduced since Firefox 50, but disabled by default (as of Firefox 68). Follow this link [[wiki.mozilla.org]](https://wiki.mozilla.org/Security/Contextual_Identity_Project/Containers) for instruction and more details. The feature was initially available as an add-on and it is still available (as of August 2019) and may offer [better user experience](https://support.mozilla.org/en-US/kb/containers). Install it from [[addons.mozilla.org]](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/).