forked from GithubBackups/vichan
SECURITY: Stop showing all mods poster IDs
I'm retarded
This commit is contained in:
parent
9bf6ebec43
commit
16c613dad0
@ -1,4 +1,4 @@
|
||||
{% if config.poster_ids or mod %}
|
||||
{% if config.poster_ids or (mod|hasPermission(config.mod.show_ip_less, board.uri)) %}
|
||||
{% if post.thread %}
|
||||
ID: <span class="poster_id">{{ poster_id(post.ip, post.thread, board.uri) }}</span>
|
||||
{% else %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user