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 ;;