Enables exif stripping.

This commit is contained in:
nonmakina 2021-01-18 03:18:42 -06:00 committed by towards-a-new-leftypol
parent a7948f09cb
commit 0c0f117248
1 changed files with 7 additions and 0 deletions

View File

@ -159,6 +159,13 @@ $config['image_reject_repost'] = false;
$config['thumb_method'] = 'gm+gifsicle';
$config['gnu_md5'] = '1';
// Strip EXIF metadata from JPEG files.
$config['strip_exif'] = true;
// Use the command-line `exiftool` tool to strip EXIF metadata without decompressing/recompressing JPEGs.
$config['use_exiftool'] = true;
// $config['update_on_posts'] = true;
$config['referer_match'] = false;