mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-25 08:21:08 -06:00
Remove token header
This commit is contained in:
parent
ba64a7d039
commit
b96a9a359c
@ -47,7 +47,7 @@
|
||||
</p>
|
||||
<p style="font-family: monospace;font-size:11px;color:#aaa">
|
||||
{% for key, header in headers %}
|
||||
{% if (key != 'cookie') and header[0] != '' %}
|
||||
{% if (key != 'cookie') and header[0] != '' and key != 'x-xsrf-token' %}
|
||||
- {{ key }}: {{ header[0] }}<br>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
@ -28,7 +28,7 @@
|
||||
{{ trans('email.error_headers') }}
|
||||
|
||||
{% for key, header in headers %}
|
||||
{% if (key != 'cookie') and header[0] != '' %}
|
||||
{% if (key != 'cookie') and header[0] != '' and key != 'x-xsrf-token' %}
|
||||
- {{ key }}: {{ header[0] }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user