mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Remove token header
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user