From c8b4b085c61160a908cf3d675f4637a283080bc1 Mon Sep 17 00:00:00 2001 From: tw93 Date: Mon, 9 Feb 2026 20:13:59 +0800 Subject: [PATCH] feat: Add `com.clash.app` to the list of recognized proxy application patterns. --- lib/core/app_protection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/app_protection.sh b/lib/core/app_protection.sh index ce03507..a7edd64 100755 --- a/lib/core/app_protection.sh +++ b/lib/core/app_protection.sh @@ -687,7 +687,7 @@ should_protect_data() { com.sublimetext.* | com.sublimehq.* | Cursor | Claude | ChatGPT | Ollama) return 0 ;; - com.nssurge.* | com.v2ray.* | com.clash.* | ClashX* | Surge* | Shadowrocket* | Quantumult*) + com.nssurge.* | com.v2ray.* | com.clash.* | com.clash.app | ClashX* | Surge* | Shadowrocket* | Quantumult*) return 0 ;; clash-* | Clash-* | *-clash | *-Clash | clash.* | Clash.* | clash_* | clashverge* | ClashVerge*)