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,