diff --git a/src/app/main/webservices.ts b/src/app/main/webservices.ts index 8c3e44f..8c6f86b 100644 --- a/src/app/main/webservices.ts +++ b/src/app/main/webservices.ts @@ -10,7 +10,7 @@ import type { NativeShareRequest, NativeShareUrlRequest } from '../preload-webse const debug = createDebug('app:main:webservices'); export function createWebServiceWindow(nsa_id: string, webservice: WebService) { - const browser_session = session.fromPartition('webservices-' + nsa_id, { + const browser_session = session.fromPartition('persist:webservices-' + nsa_id, { cache: false, });