@jim-bridger I too am making lots of changes in terms of CSS. What I do here is copy and paste to and from a full blown IDE on my desktop. This makes life much easier as it extends capabilities such as search etc.
EXIF data being stripped, any chance of making that configurable?
-
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/5eaa14e746f3526138ba2433029d70a1870980bcI 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?
-
Make an issue here https://github.com/NodeBB/NodeBB/issues
-
Fixed already!!
Thanks @baris !