From 8ac71a39379cb71f57d708beaa7aa3b145a7f382 Mon Sep 17 00:00:00 2001 From: tw93 Date: Sat, 31 Jan 2026 20:05:38 +0800 Subject: [PATCH] fix: add clash patterns to data protection checks --- lib/core/app_protection.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/core/app_protection.sh b/lib/core/app_protection.sh index 5bca60e..3be570e 100755 --- a/lib/core/app_protection.sh +++ b/lib/core/app_protection.sh @@ -681,6 +681,9 @@ should_protect_data() { com.nssurge.* | com.v2ray.* | ClashX* | Surge* | Shadowrocket* | Quantumult*) return 0 ;; + *clash* | *Clash*) + return 0 + ;; com.docker.* | com.getpostman.* | com.insomnia.*) return 0 ;;