mirror of
https://github.com/tw93/Mole.git
synced 2026-02-15 08:45:09 +00:00
fix: add clash patterns to data protection checks
This commit is contained in:
@@ -681,6 +681,9 @@ should_protect_data() {
|
|||||||
com.nssurge.* | com.v2ray.* | ClashX* | Surge* | Shadowrocket* | Quantumult*)
|
com.nssurge.* | com.v2ray.* | ClashX* | Surge* | Shadowrocket* | Quantumult*)
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
*clash* | *Clash*)
|
||||||
|
return 0
|
||||||
|
;;
|
||||||
com.docker.* | com.getpostman.* | com.insomnia.*)
|
com.docker.* | com.getpostman.* | com.insomnia.*)
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user