Remove https.

This commit is contained in:
James Cole 2020-01-11 09:58:35 +01:00
parent 2416fd6773
commit 8c36a371be
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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 '';