mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 18:25:00 -06:00
Remove https.
This commit is contained in:
parent
2416fd6773
commit
8c36a371be
@ -105,7 +105,7 @@ class SecureHeaders
|
|||||||
private function getGoogleImgSource(): string
|
private function getGoogleImgSource(): string
|
||||||
{
|
{
|
||||||
if ('' !== config('firefly.analytics_id')) {
|
if ('' !== config('firefly.analytics_id')) {
|
||||||
return 'https://www.google-analytics.com';
|
return 'www.google-analytics.com';
|
||||||
}
|
}
|
||||||
|
|
||||||
return '';
|
return '';
|
||||||
@ -119,7 +119,7 @@ class SecureHeaders
|
|||||||
private function getGoogleScriptSource(): string
|
private function getGoogleScriptSource(): string
|
||||||
{
|
{
|
||||||
if ('' !== config('firefly.analytics_id')) {
|
if ('' !== config('firefly.analytics_id')) {
|
||||||
return 'https://www.googletagmanager.com https://www.google-analytics.com';
|
return 'www.googletagmanager.com www.google-analytics.com';
|
||||||
}
|
}
|
||||||
|
|
||||||
return '';
|
return '';
|
||||||
|
Loading…
Reference in New Issue
Block a user