mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-26 00:41:52 +08:00
test: not support obfuscation for jetty suo5 filter
This commit is contained in:
@@ -92,6 +92,11 @@ function IndexComponent() {
|
||||
toast.warning(t("tips.neoreGeorgObfuscate"));
|
||||
return false;
|
||||
}
|
||||
|
||||
if (values.obfuscate && values.server === "Jetty" && values.shellType === "Filter") {
|
||||
toast.warning(t("tips.jettyFilter"));
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user