mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Disable sentry_dsn
This commit is contained in:
parent
854d723927
commit
a541123034
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ class Service
|
||||||
$sAppleTouchLink = $sFaviconUrl ? '' : $this->staticPath('apple-touch-icon.png');
|
$sAppleTouchLink = $sFaviconUrl ? '' : $this->staticPath('apple-touch-icon.png');
|
||||||
|
|
||||||
$sContentSecurityPolicy = $this->oActions->Config()->Get('security', 'content_security_policy', '');
|
$sContentSecurityPolicy = $this->oActions->Config()->Get('security', 'content_security_policy', '');
|
||||||
$sSentryDsn = $this->oActions->Config()->Get('logs', 'sentry_dsn', '');
|
$sSentryDsn = false; // $this->oActions->Config()->Get('logs', 'sentry_dsn', '');
|
||||||
|
|
||||||
$aTemplateParameters = array(
|
$aTemplateParameters = array(
|
||||||
'{{BaseAppHeadScriptLink}}' => $sSentryDsn ?
|
'{{BaseAppHeadScriptLink}}' => $sSentryDsn ?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue