mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(config): correct indentation for Sentry CSP Report URL
Signed-off-by: Joda Stößer <git@simjo.st>
This commit is contained in:
parent
a71584ee96
commit
c8dbc73017
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class SystemConfig {
|
|||
'proxyuserpwd' => true,
|
||||
'sentry.dsn' => true,
|
||||
'sentry.public-dsn' => true,
|
||||
'sentry.csp-report-url' => true,
|
||||
'sentry.csp-report-url' => true,
|
||||
'zammad.download.secret' => true,
|
||||
'zammad.portal.secret' => true,
|
||||
'zammad.secret' => true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue