mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 15:31:53 +08:00
feat: support jetty handler shell
This commit is contained in:
@@ -78,7 +78,7 @@ export function shouldHidden(shellType: string | undefined) {
|
||||
shellType.endsWith("Valve") ||
|
||||
shellType.startsWith("Agent") ||
|
||||
shellType.endsWith("Interceptor") ||
|
||||
shellType.endsWith("NettyHandler") ||
|
||||
shellType.endsWith("Handler") ||
|
||||
shellType.endsWith("WebFilter")
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user