mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-1525: add support for pod whitelisting (#787)
Currently, any url passed via command line is not validated, and, SDA essentially acts as a browser. To counter this, we add a "podWhitelist" parameter in the config file that allows admins to configure what pod urls can be passed via command line. And, only those URLs will be supported to be loaded via command line
This commit is contained in:
committed by
GitHub
parent
67553d7b46
commit
6a628f5251
@@ -10,6 +10,7 @@
|
||||
"devToolsEnabled": true,
|
||||
"contextIsolation": false,
|
||||
"ctWhitelist": [],
|
||||
"podWhitelist": [],
|
||||
"notificationSettings": {
|
||||
"position": "upper-right",
|
||||
"display": ""
|
||||
|
||||
Reference in New Issue
Block a user