Tweaked a thing #164 #161

This commit is contained in:
ManeraKai 2022-04-03 15:23:52 +03:00
parent 0e889c2d42
commit a64f91b1f7
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ browser.webRequest.onBeforeRequest.addListener(
generalHelper.isException(new URL(details.frameAncestors[0].url))
) newUrl = null;
if (generalHelper.isException(url)) newUrl = null;
if (generalHelper.isException(url)) newUrl = 'BYPASSTAB';
if (BYPASSTABs.includes(details.tabId)) newUrl = null;