Merge pull request #19649 from gustavotrott/graphql-remove-private-client-configs
Prevent from exposing client private configs through Graphql
This commit is contained in:
commit
6dad569a6b
@ -38,6 +38,9 @@ object ClientSettings extends SystemConfiguration {
|
||||
Map[String, Object]()
|
||||
}
|
||||
)
|
||||
|
||||
//Remove `:private` once it's used only by Meteor internal configs
|
||||
clientSettingsFromFile -= "private"
|
||||
}
|
||||
|
||||
def getClientSettingsWithOverride(clientSettingsOverrideJson: String): Map[String, Object] = {
|
||||
|
Loading…
Reference in New Issue
Block a user