mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
Add disclaimer for Firefly III analytics code.
This commit is contained in:
@@ -203,6 +203,8 @@
|
|||||||
|
|
||||||
{% if config('firefly.analytics_id') != '' %}
|
{% if config('firefly.analytics_id') != '' %}
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- 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 async src="https://www.googletagmanager.com/gtag/js?id={{ config('firefly.analytics_id') }}"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
@@ -44,6 +44,8 @@
|
|||||||
<script src="v1/js/app.js?v={{ FF_VERSION }}" type="text/javascript"></script>
|
<script src="v1/js/app.js?v={{ FF_VERSION }}" type="text/javascript"></script>
|
||||||
{% if config('firefly.analytics_id') != '' %}
|
{% if config('firefly.analytics_id') != '' %}
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- 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 async src="https://www.googletagmanager.com/gtag/js?id={{ config('firefly.analytics_id') }}"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
@@ -54,6 +54,8 @@
|
|||||||
<script type="text/javascript" src="v1/js/ff/guest.js?v={{ FF_VERSION }}"></script>
|
<script type="text/javascript" src="v1/js/ff/guest.js?v={{ FF_VERSION }}"></script>
|
||||||
{% if config('firefly.analytics_id') != '' %}
|
{% if config('firefly.analytics_id') != '' %}
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- 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 async src="https://www.googletagmanager.com/gtag/js?id={{ config('firefly.analytics_id') }}"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
Reference in New Issue
Block a user