fix(desktop): enable cookie support for sh-desktop (#4939)

This commit is contained in:
Shreyas 2025-03-26 15:01:36 +05:30 committed by GitHub
parent e4ff043fd6
commit d00c219401
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,6 +90,8 @@ async function initApp() {
platformFeatureFlags: {
exportAsGIST: false,
hasTelemetry: false,
cookiesEnabled: kernelMode === "desktop",
promptAsUsingCookies: false,
},
limits: {
collectionImportSizeLimit: 50,