Hi,
Just spent some time writing a little custom script for a NodeBB based photography forum, its job was to show some EXIF data in a small box under uploaded photos. (e.g. camera model).
Updated to latest version, and poof.. all EXIF data is stripped...
https://github.com/NodeBB/NodeBB/commit/5eaa14e746f3526138ba2433029d70a1870980bc
I get that it is a sane default, since EXIF data can be somewhat sensitive from a privacy standpoint, however is there any chance of making this configurable?
I can get by with hand editing the code after each update but that is a pain...
I can't seem to find any trigger that is triggered before the EXIF data is stripped... Any ideas?