(url,referer,safe_in)
| 20 | return {redirectUrl} |
| 21 | }, |
| 22 | encodedRedirect=(url,referer,safe_in)=>getRedirect(decodeURIComponent(url),referer,safe_in), |
| 23 | isGoodLink=link=>{ |
| 24 | if(typeof link !== "string"||(link.split("#")[0]==location.href.split("#")[0]&&!isGoodLink_allowSelf)) |
| 25 | { |
no test coverage detected