Skip to content

Commit 5e3e15f

Browse files
committed
[tor] Stateless-compatible Tor Browser integration.
1 parent 55297cb commit 5e3e15f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bg/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,14 @@
7171
if (data) {
7272
ns.policy = new Policy(data.policy);
7373
ns.unrestrictedTabs = new Set(data.unrestrictedTabs);
74+
Settings.gotTorBrowserInit = data.gotTorBrowserInit;
7475
}
7576
},
7677
beforeSave() { // beforeSave
7778
return {
7879
policy: ns.policy.dry(true),
7980
unrestrictedTabs: [...ns.unrestrictedTabs],
81+
gotTorBrowserInit: Settings.gotTorBrowserInit,
8082
};
8183
},
8284
}

0 commit comments

Comments
 (0)