Skip to content

Commit

Permalink
Removed incorrect redirections for Binternet #876
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Jan 1, 2024
1 parent f80d4a8 commit c599ad9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/assets/javascripts/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c599ad9

Please sign in to comment.