From a59bbf41a1c6ee795003cc726b18ff1e263cec0b Mon Sep 17 00:00:00 2001 From: DiamondYuan Date: Tue, 14 Nov 2023 20:48:36 +0800 Subject: [PATCH] fix: fix wolai error --- src/common/backend/services/wolai/service.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/backend/services/wolai/service.ts b/src/common/backend/services/wolai/service.ts index 0c262634..43183770 100644 --- a/src/common/backend/services/wolai/service.ts +++ b/src/common/backend/services/wolai/service.ts @@ -294,6 +294,10 @@ export default class WolaiDocumentService implements DocumentService { name: 'cookie', value: cookieString, }, + { + name: 'origin', + value: 'https://www.wolai.com', + }, ], }); try {