Merge tag '5.5.8' into develop

5.5.8
This commit is contained in:
James Cole 2021-04-18 07:28:13 +02:00
commit 57cb428105

View File

@ -57,7 +57,7 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION
{% endfor %}
| User agent | {{ userAgent }} |
</textarea>
<script type="text/javascript">
<script type="text/javascript" nonce="{{ JS_NONCE }}">
var textArea = document.getElementById('debug_info');
var text = textArea.value;
var timeZone = Intl.DateTimeFormat().resolvedOptions().timeZone;