mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
File redact is a core plugin to remove or obsure from a file (image, doc) prior to publication/release. Currently, it has an EXIF remover service using exiftool command, but it is also possible to add other services related to file redacting. The plugin admin settings is under Server as it's parent. Co-authored-by: Huong Nguyen <huongnv13@gmail.com>