1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 12:41:46 +00:00

fix: add clash patterns to data protection checks

This commit is contained in:
tw93
2026-01-31 20:05:38 +08:00
parent c34d8e71c8
commit 8ac71a3937

View File

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