Merge pull request #8291 from wallabag/hide-info-error-prod

Hide sensitive information in production
This commit is contained in:
Jérémy Benoist
2025-10-02 10:32:21 +02:00
committed by GitHub
3 changed files with 2 additions and 6 deletions

View File

@ -15,10 +15,6 @@
<div class="card-content">
<div class="row">
<h5>{{ status_code }}: {{ status_text }}</h5>
<p>{{ exception.message }}</p>
{# {% for trace in exception.trace %}
<p>{{ trace.class }} - {{ trace.type }} - {{ trace.file }} - {{ trace.line }}</p>
{% endfor %} #}
</div>
</div>
</div>