Remove about: paths from showTabs as it prevents the tabs being created. Fixes #773
This commit is contained in:
@@ -74,6 +74,11 @@ const backgroundLogic = {
|
||||
url = undefined;
|
||||
}
|
||||
|
||||
// We can't open these we just have to throw them away
|
||||
if (new URL(url).protocol === "about:") {
|
||||
return;
|
||||
}
|
||||
|
||||
return browser.tabs.create({
|
||||
url,
|
||||
active,
|
||||
|
||||
Reference in New Issue
Block a user