[TabGuard] Cut ties and restore authorization info on manual reloads.
This commit is contained in:
parent
abf2bac30e
commit
3d00084ed5
|
@ -91,6 +91,9 @@ var TabGuard = (() => {
|
||||||
// nav bar or bookmark
|
// nav bar or bookmark
|
||||||
shouldCut = true;
|
shouldCut = true;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
// manual reload?
|
||||||
|
shouldCut = tab && tab.url === request.url && tab.active;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (shouldCut) {
|
if (shouldCut) {
|
||||||
|
|
Loading…
Reference in New Issue