mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
Fix XSS in character search
This commit is contained in:
parent
c1d1e9596a
commit
dfc70c098f
@ -7,6 +7,7 @@
|
|||||||
* Caused migrations being fired when user manually imported database
|
* Caused migrations being fired when user manually imported database
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
* XSS in character search
|
||||||
* Admin menu news editing warning when leaving page without touching the inputs
|
* Admin menu news editing warning when leaving page without touching the inputs
|
||||||
|
|
||||||
## [0.8.2 - 03.06.2020]
|
## [0.8.2 - 03.06.2020]
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<div class="AttentionSign" style="background-image:url({{ template_path }}/images/content/attentionsign.gif);"></div>
|
<div class="AttentionSign" style="background-image:url({{ template_path }}/images/content/attentionsign.gif);"></div>
|
||||||
<b>The Following Errors Have Occurred:</b><br/>
|
<b>The Following Errors Have Occurred:</b><br/>
|
||||||
{% for error in errors %}
|
{% for error in errors %}
|
||||||
<li>{{ error|raw }}</li>
|
<li>{{ error|striptags('<b>')|raw }}</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<div class="BoxFrameHorizontal" style="background-image:url({{ template_path }}/images/content/box-frame-horizontal.gif);"></div>
|
<div class="BoxFrameHorizontal" style="background-image:url({{ template_path }}/images/content/box-frame-horizontal.gif);"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user