Update for Unread List. (Can filter by Category)
0_1476776829402_upload-a49d0e80-d52a-462d-8622-c1c1f025bf3a
Major browsers have supported SVG
for years (not sure about mobile browsers). Could NodeBB support this? I think this would be beneficial since the auto-scale without quality loss (from phone to mega-big screen). At this moment, NodeBB (at least the category picture upload) does not allow SVG.
Note: there might be some security issues for common users, but for admins this might be acceptable (or let the owner of the site decide :)).
Hello @igbuend, welcome on board
+1 for SVG support.
For now if you want to get SVGs working, add 'image/svg+xml'
into the array within src/controllers/admin/uploads.js:48
EDIT: created pull-request...