mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 07:21:23 +00:00
fix(security): force sandbox browser hash migration and audit stale labels
This commit is contained in:
@@ -25,7 +25,7 @@ describe("authorizeGatewayBearerRequestOrReply", () => {
|
||||
});
|
||||
|
||||
it("disables tailscale header auth for HTTP bearer checks", async () => {
|
||||
vi.mocked(getBearerToken).mockReturnValue(null);
|
||||
vi.mocked(getBearerToken).mockReturnValue(undefined);
|
||||
vi.mocked(authorizeGatewayConnect).mockResolvedValue({
|
||||
ok: false,
|
||||
reason: "token_missing",
|
||||
|
||||
Reference in New Issue
Block a user