Spaces:
Sleeping
Sleeping
tao-shen commited on
Commit ·
e144115
1
Parent(s): 2dfffd7
fix: add dangerouslyDisableDeviceAuth for remote WS connections
Browse files- openclaw.json +1 -0
- scripts/sync_hf.py +1 -0
openclaw.json
CHANGED
|
@@ -9,6 +9,7 @@
|
|
| 9 |
],
|
| 10 |
"controlUi": {
|
| 11 |
"allowInsecureAuth": true,
|
|
|
|
| 12 |
"allowedOrigins": [
|
| 13 |
"https://huggingface.co",
|
| 14 |
"https://*.hf.space",
|
|
|
|
| 9 |
],
|
| 10 |
"controlUi": {
|
| 11 |
"allowInsecureAuth": true,
|
| 12 |
+
"dangerouslyDisableDeviceAuth": true,
|
| 13 |
"allowedOrigins": [
|
| 14 |
"https://huggingface.co",
|
| 15 |
"https://*.hf.space",
|
scripts/sync_hf.py
CHANGED
|
@@ -331,6 +331,7 @@ class OpenClawFullSync:
|
|
| 331 |
"trustedProxies": ["0.0.0.0/0"],
|
| 332 |
"controlUi": {
|
| 333 |
"allowInsecureAuth": True,
|
|
|
|
| 334 |
"allowedOrigins": [
|
| 335 |
"https://huggingface.co",
|
| 336 |
"https://*.hf.space",
|
|
|
|
| 331 |
"trustedProxies": ["0.0.0.0/0"],
|
| 332 |
"controlUi": {
|
| 333 |
"allowInsecureAuth": True,
|
| 334 |
+
"dangerouslyDisableDeviceAuth": True,
|
| 335 |
"allowedOrigins": [
|
| 336 |
"https://huggingface.co",
|
| 337 |
"https://*.hf.space",
|