Add disclaimer for Firefly III analytics code.

This commit is contained in:
James Cole 2019-08-10 07:05:07 +02:00
parent cb1db06a7c
commit 606f33ceeb
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
3 changed files with 6 additions and 0 deletions

View File

@ -203,6 +203,8 @@
{% if config('firefly.analytics_id') != '' %}
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- This tag is only here because this instance of Firefly III was purposefully configured to include it -->
<!-- Your own installation will NOT include it -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ config('firefly.analytics_id') }}"></script>
<script>
window.dataLayer = window.dataLayer || [];

View File

@ -44,6 +44,8 @@
<script src="v1/js/app.js?v={{ FF_VERSION }}" type="text/javascript"></script>
{% if config('firefly.analytics_id') != '' %}
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- This tag is only here because this instance of Firefly III was purposefully configured to include it -->
<!-- Your own installation will NOT include it -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ config('firefly.analytics_id') }}"></script>
<script>
window.dataLayer = window.dataLayer || [];

View File

@ -54,6 +54,8 @@
<script type="text/javascript" src="v1/js/ff/guest.js?v={{ FF_VERSION }}"></script>
{% if config('firefly.analytics_id') != '' %}
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- This tag is only here because this instance of Firefly III was purposefully configured to include it -->
<!-- Your own installation will NOT include it -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ config('firefly.analytics_id') }}"></script>
<script>
window.dataLayer = window.dataLayer || [];