fix(desktop): enable cookie support for sh-desktop (#4939)
This commit is contained in:
parent
e4ff043fd6
commit
d00c219401
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ async function initApp() {
|
|||
platformFeatureFlags: {
|
||||
exportAsGIST: false,
|
||||
hasTelemetry: false,
|
||||
cookiesEnabled: kernelMode === "desktop",
|
||||
promptAsUsingCookies: false,
|
||||
},
|
||||
limits: {
|
||||
collectionImportSizeLimit: 50,
|
||||
|
|
|
|||
Loading…
Reference in a new issue