Implemented site isolation

Added feature to isolate (lock) assigned sites: When you are in
a container with site isolation enabled, navigating to a site
outside of the assignments will open that site in a new default
container tab.

Co-authored-by: Francis McKenzie <francis.mckenzie@gmail.com>
This commit is contained in:
Kendall Werts
2020-02-21 11:34:14 -06:00
parent 707cec56c5
commit ef66bee929
6 changed files with 137 additions and 16 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ describe("Assignment Reopen Feature", function () {
this.webExt.destroy();
});
describe("click the 'Always open in' checkbox in the popup", function () {
describe("set to 'Always open in' firefox-container-4", function () {
beforeEach(async function () {
// popup click to set assignment for activeTab.url
await this.webExt.popup.helper.clickElementById("always-open-in");