about summary refs log tree commit diff stats
path: root/src/pages/background
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-11-21 06:12:40 +0300
committerManeraKai <manerakai@protonmail.com>2022-11-21 06:12:40 +0300
commit5296d833286e7bf75ca3c3cbc85113ca80b3e53e (patch)
treea84ecccacf1f0f107ab13ff355f1c8bdab5543e1 /src/pages/background
parentupdated instances (diff)
parentFixed Bypass not working https://github.com/libredirect/libredirect/issues/475 (diff)
downloadlibredirect-5296d833286e7bf75ca3c3cbc85113ca80b3e53e.zip
Merge https://github.com/libredirect/libredirect
Diffstat (limited to 'src/pages/background')
-rw-r--r--src/pages/background/background.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/background/background.js b/src/pages/background/background.js
index 71fff06c..3a695048 100644
--- a/src/pages/background/background.js
+++ b/src/pages/background/background.js
@@ -56,7 +56,6 @@ browser.webRequest.onBeforeRequest.addListener(
 		} catch {
 			return null
 		}
-
 		if (tabIdRedirects[details.tabId] == false) return null
 		let newUrl = servicesHelper.redirect(url, details.type, initiator, tabIdRedirects[details.tabId])