mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 01:28:27 +00:00
fix(gateway): require auth for canvas host and a2ui assets (#9518) (thanks @coygeek)
This commit is contained in:
@@ -882,6 +882,7 @@ export function attachGatewayWsMessageHandler(params: {
|
||||
connect: connectParams,
|
||||
connId,
|
||||
presenceKey,
|
||||
clientIp: reportedClientIp,
|
||||
};
|
||||
setClient(nextClient);
|
||||
setHandshakeState("connected");
|
||||
|
||||
@@ -6,4 +6,5 @@ export type GatewayWsClient = {
|
||||
connect: ConnectParams;
|
||||
connId: string;
|
||||
presenceKey?: string;
|
||||
clientIp?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user