mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-13 17:05:46 -06:00
Remove https.
This commit is contained in:
parent
2416fd6773
commit
8c36a371be
@ -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 '';
|
||||
|
Loading…
Reference in New Issue
Block a user