From 5e866c04dd17db2ffc64b3e1abea70746244bb51 Mon Sep 17 00:00:00 2001 From: Syuugo Date: Fri, 15 Nov 2024 03:20:54 +0900 Subject: [PATCH] =?UTF-8?q?URL=E3=82=B9=E3=82=AD=E3=83=BC=E3=83=A0?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chipppppppppp/lime/hooks/RedirectWebView.java | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/app/src/main/java/io/github/chipppppppppp/lime/hooks/RedirectWebView.java b/app/src/main/java/io/github/chipppppppppp/lime/hooks/RedirectWebView.java index 746fb9dd..1d30bad2 100644 --- a/app/src/main/java/io/github/chipppppppppp/lime/hooks/RedirectWebView.java +++ b/app/src/main/java/io/github/chipppppppppp/lime/hooks/RedirectWebView.java @@ -32,11 +32,16 @@ protected void beforeHookedMethod(MethodHookParam param) throws Throwable { if (webView != null) { String currentUrl = webView.getUrl(); - if (currentUrl != null && - (currentUrl.startsWith("https://account-center.lylink.yahoo.co.jp") || - currentUrl.startsWith("https://access.line.me") || - currentUrl.startsWith("https://id.lylink.yahoo.co.jp/federation/ly/normal/callback/first"))) { - + if (currentUrl != null && ( + currentUrl.startsWith("https://account-center.lylink.yahoo.co.jp") || + currentUrl.startsWith("https://access.line.me") || + currentUrl.startsWith("https://id.lylink.yahoo.co.jp/federation/ly/normal/callback/first") || + currentUrl.startsWith("https://liff.line.me") || + curreetUrl.startsWith("https://lin.ee") || + currentUrl.startsWith("https://line.me/R/") || + currentUrl.startsWith("line://") + ) + ) { return; }