Merge pull request #19649 from gustavotrott/graphql-remove-private-client-configs

Prevent from exposing client private configs through Graphql
This commit is contained in:
Gustavo Trott 2024-02-27 17:05:57 -03:00 committed by GitHub
commit 6dad569a6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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] = {