Add files via upload

This commit is contained in:
erosman 2023-10-30 13:21:35 +03:30 committed by GitHub
parent eb28b944c8
commit 037c1fc54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -185,8 +185,6 @@ export class OnRequest {
// ---------- Tab Proxy ----------------------------------
static async setTabProxy(pxy) {
const [tab] = await browser.tabs.query({currentWindow: true, active: true});
// check local & global passthrough
switch (true) {
// --- unacceptable URLs
case !['http://', 'https://'].some(i => tab.url.startsWith(i)):