mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
a240621a17
* SDA-1983: create the new welcome window Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1983: add logic to validate pod url and open welcome page on startup conditionally Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1983: add unit tests and finish the full logic implementation Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1983: minor fixes Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1983: fix sso double slash Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1983: fix deleting url from global config object Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1983: simplify setting user config Co-Authored-By: Kiran Niranjan <kiranleo1992@gmail.com> * SDA-1983: delete unused variable Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-1983: add japanese and french translations Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> Co-authored-by: Kiran Niranjan <kiranleo1992@gmail.com>
36 lines
920 B
Plaintext
36 lines
920 B
Plaintext
{
|
|
"url":"https://my.symphony.com",
|
|
"minimizeOnClose" : "ENABLED",
|
|
"launchOnStartup" : "ENABLED",
|
|
"alwaysOnTop" : "DISABLED",
|
|
"bringToFront": "DISABLED",
|
|
"whitelistUrl": "*",
|
|
"isCustomTitleBar": "ENABLED",
|
|
"memoryRefresh": "ENABLED",
|
|
"memoryThreshold": "800",
|
|
"devToolsEnabled": true,
|
|
"contextIsolation": true,
|
|
"disableGpu": false,
|
|
"ctWhitelist": [],
|
|
"podWhitelist": [],
|
|
"notificationSettings": {
|
|
"position": "upper-right",
|
|
"display": ""
|
|
},
|
|
"customFlags": {
|
|
"authServerWhitelist": "",
|
|
"authNegotiateDelegateWhitelist": "",
|
|
"disableThrottling": "DISABLED"
|
|
},
|
|
"permissions": {
|
|
"media": true,
|
|
"geolocation": true,
|
|
"notifications": true,
|
|
"midiSysex": true,
|
|
"pointerLock": true,
|
|
"fullscreen": true,
|
|
"openExternal": true
|
|
},
|
|
"autoLaunchPath": ""
|
|
}
|