mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Remove https.
This commit is contained in:
@@ -105,7 +105,7 @@ class SecureHeaders
|
||||
private function getGoogleImgSource(): string
|
||||
{
|
||||
if ('' !== config('firefly.analytics_id')) {
|
||||
return 'https://www.google-analytics.com';
|
||||
return 'www.google-analytics.com';
|
||||
}
|
||||
|
||||
return '';
|
||||
@@ -119,7 +119,7 @@ class SecureHeaders
|
||||
private function getGoogleScriptSource(): string
|
||||
{
|
||||
if ('' !== config('firefly.analytics_id')) {
|
||||
return 'https://www.googletagmanager.com https://www.google-analytics.com';
|
||||
return 'www.googletagmanager.com www.google-analytics.com';
|
||||
}
|
||||
|
||||
return '';
|
||||
|
Reference in New Issue
Block a user