From d00c219401c148f32281170265e84ebb3d63fe87 Mon Sep 17 00:00:00 2001 From: Shreyas Date: Wed, 26 Mar 2025 15:01:36 +0530 Subject: [PATCH] fix(desktop): enable cookie support for sh-desktop (#4939) --- packages/hoppscotch-selfhost-web/src/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/hoppscotch-selfhost-web/src/main.ts b/packages/hoppscotch-selfhost-web/src/main.ts index 2cd70dec..08f73c61 100644 --- a/packages/hoppscotch-selfhost-web/src/main.ts +++ b/packages/hoppscotch-selfhost-web/src/main.ts @@ -90,6 +90,8 @@ async function initApp() { platformFeatureFlags: { exportAsGIST: false, hasTelemetry: false, + cookiesEnabled: kernelMode === "desktop", + promptAsUsingCookies: false, }, limits: { collectionImportSizeLimit: 50,