forked from ScoDoc/ScoDoc
Protect against Reflected XSS on home page (and other exception-handling pages)
This commit is contained in:
parent
c8ab9b9b6c
commit
87aaf12d27
@ -6,7 +6,7 @@
|
||||
|
||||
<h2>Accès non autorisé</h2>
|
||||
|
||||
{{ exc | safe }}
|
||||
{{ exc }}
|
||||
|
||||
<p class="footer">
|
||||
{% if g.scodoc_dept %}
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<h2>Erreur !</h2>
|
||||
|
||||
{{ exc | safe }}
|
||||
{{ exc }}
|
||||
|
||||
<div style="margin-top: 16px;">
|
||||
{% if g.scodoc_dept %}
|
||||
|
Loading…
Reference in New Issue
Block a user