mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 09:20:22 +00:00
test: harden no-isolate gateway auth and pairing
This commit is contained in:
@@ -76,7 +76,6 @@ const readConnectChallengeNonce = async (ws: WebSocket) => {
|
||||
const openTailscaleWs = async (port: number) => {
|
||||
const ws = new WebSocket(`ws://127.0.0.1:${port}`, {
|
||||
headers: {
|
||||
origin: "https://gateway.tailnet.ts.net",
|
||||
"x-forwarded-for": "100.64.0.1",
|
||||
"x-forwarded-proto": "https",
|
||||
"x-forwarded-host": "gateway.tailnet.ts.net",
|
||||
|
||||
Reference in New Issue
Block a user