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:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user