test: not support obfuscation for jetty suo5 filter

This commit is contained in:
ReaJason
2025-03-30 15:23:41 +08:00
parent f460632e61
commit dbc5b72375
4 changed files with 12 additions and 2 deletions
+5
View File
@@ -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;
}