Bypassed `\/email` pathnames for tiktok https://codeberg.org/LibRedirect/libredirect/issues/64
This commit is contained in:
parent
c5184b277f
commit
1e02138e35
|
@ -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]
|
for (let i = 0; i < GETArguments.length; i++) link += (i == 0 ? "?" : "&") + GETArguments[i][0] + "=" + GETArguments[i][1]
|
||||||
return link
|
return link
|
||||||
}
|
}
|
||||||
case "suds": {
|
case "proxiTok": {
|
||||||
|
if (url.pathname.startsWith('/email')) return
|
||||||
return `${randomInstance}${url.pathname}${url.search}`
|
return `${randomInstance}${url.pathname}${url.search}`
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
|
|
Loading…
Reference in New Issue