Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cdd8ebc66a | |||
| 916151482c | |||
| e013fae815 | |||
| a3e978338a | |||
| 81258abfa8 | |||
| 3df8750c6c |
@@ -13,7 +13,7 @@ For more info, see:
|
||||
## Requirements
|
||||
|
||||
* node 7+ (for jpm)
|
||||
* Firefox 57+
|
||||
* Firefox 91.1.0+
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "testpilot-containers",
|
||||
"title": "Multi-Account Containers",
|
||||
"description": "Containers helps you keep all the parts of your online life contained in different tabs. Custom labels and color-coded tabs help keep different activities — like online shopping, travel planning, or checking work email — separate.",
|
||||
"version": "8.0.5",
|
||||
"version": "8.0.6",
|
||||
"author": "Andrea Marchesini, Luke Crouch, Lesley Norton, Kendall Werts, Maxx Crawford, Jonathan Kingston",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mozilla/multi-account-containers/issues"
|
||||
|
||||
@@ -198,7 +198,7 @@ window.assignManager = {
|
||||
}
|
||||
|
||||
if (!result.proxy.mozProxyEnabled) {
|
||||
return [{ ...result.proxy, proxyDNS: true }];
|
||||
return { ...result.proxy, proxyDNS: true };
|
||||
}
|
||||
|
||||
// Let's add the isolation key.
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Firefox Multi-Account Containers",
|
||||
"version": "8.0.5",
|
||||
"version": "8.0.6",
|
||||
"incognito": "not_allowed",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"icons": {
|
||||
|
||||
Reference in New Issue
Block a user