fix: make `trusted_domains` and `overwrite.cli.url` sensitive config values

Signed-off-by: Jörg Mechnich <joerg.mechnich@gmail.com>
pull/45085/head
Jörg Mechnich 3 weeks ago
parent b081d3cccc
commit 78b2082ab9

@ -64,6 +64,8 @@ class SystemConfig {
'zammad.secret' => true,
'github.client_id' => true,
'github.client_secret' => true,
'trusted_domains' => true,
'overwrite.cli.url' => true,
'log.condition' => [
'shared_secret' => true,
],

Loading…
Cancel
Save