Removed incorrect redirections for Binternet https://github.com/libredirect/browser_extension/issues/876
This commit is contained in:
parent
f80d4a8491
commit
c599ad9ed6
|
@ -492,7 +492,6 @@ function redirect(url, type, initiator, forceRedirection, incognito) {
|
|||
}
|
||||
case "binternet": {
|
||||
if (url.hostname == "i.pinimg.com") return `${randomInstance}/image_proxy.php?url=${url.href}`
|
||||
return randomInstance
|
||||
}
|
||||
case "laboratory": {
|
||||
let path = url.pathname
|
||||
|
|
Loading…
Reference in New Issue