This commit is contained in:
ManeraKai 2023-02-09 11:44:09 +03:00
parent c5184b277f
commit 1e02138e35
1 changed files with 2 additions and 1 deletions

View File

@ -477,7 +477,8 @@ function redirect(url, type, initiator, forceRedirection) {
for (let i = 0; i < GETArguments.length; i++) link += (i == 0 ? "?" : "&") + GETArguments[i][0] + "=" + GETArguments[i][1]
return link
}
case "suds": {
case "proxiTok": {
if (url.pathname.startsWith('/email')) return
return `${randomInstance}${url.pathname}${url.search}`
}
default: {