mirror of https://github.com/pixelfed/pixelfed.git
Update media.php
This commit is contained in:
parent
76fd1c1efd
commit
10211fe9cb
|
@ -3,5 +3,6 @@
|
||||||
return [
|
return [
|
||||||
'exif' => [
|
'exif' => [
|
||||||
'database' => env('MEDIA_EXIF_DATABASE', false),
|
'database' => env('MEDIA_EXIF_DATABASE', false),
|
||||||
|
'strip' => true
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue