[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
|
||||
shouldCut = true;
|
||||
break;
|
||||
default:
|
||||
// manual reload?
|
||||
shouldCut = tab && tab.url === request.url && tab.active;
|
||||
}
|
||||
}
|
||||
if (shouldCut) {
|
||||
|
|
Loading…
Reference in New Issue