fileboard: fix possible XSS (mainly applicable to 8chan)
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
<td>
|
||||
<select name="tag">
|
||||
{% for id, tag in config.allowed_tags %}
|
||||
<option value="{{ id }}">{{ tag }}</option>
|
||||
<option value="{{ id|e }}">{{ tag|e }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user