kidpro2002 commited on
Commit
9bf95d2
·
verified ·
1 Parent(s): d977def

Fix: Agregar ambos flags

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,7 +36,7 @@ cat > /root/.openclaw/openclaw.json << 'EOF'
36
  "port": 7860,
37
  "trustedProxies": ["0.0.0.0/0", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"],
38
  "auth": {"mode": "token", "token": "openclaw123"},
39
- "controlUi": {"allowInsecureAuth": true, "dangerouslyDisableDeviceAuth": true}
40
  }
41
  }
42
  EOF
 
36
  "port": 7860,
37
  "trustedProxies": ["0.0.0.0/0", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"],
38
  "auth": {"mode": "token", "token": "openclaw123"},
39
+ "controlUi": {"allowInsecureAuth": true, "dangerouslyAllowHostHeaderOriginFallback": true, "dangerouslyDisableDeviceAuth": true}
40
  }
41
  }
42
  EOF