mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Remove token header
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p style="font-family: monospace;font-size:11px;color:#aaa">
|
<p style="font-family: monospace;font-size:11px;color:#aaa">
|
||||||
{% for key, header in 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] }}<br>
|
- {{ key }}: {{ header[0] }}<br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
{{ trans('email.error_headers') }}
|
{{ trans('email.error_headers') }}
|
||||||
|
|
||||||
{% for key, header in 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] }}
|
- {{ key }}: {{ header[0] }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Reference in New Issue
Block a user