diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php index 126ea7efbf8..708336132f4 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -51,6 +51,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, 'matches' => true,