summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorTristan Mahé <gled@remote-shell.net>2018-06-26 13:45:47 -0700
committerTristan Mahé <gled@remote-shell.net>2018-06-26 13:45:47 -0700
commitcb21bf5fc225899ad6cf87f5ab0253506cf0531e (patch)
treedd879958e76a0e72a11dbea099092a49787ddfec /config/config.exs
parentfc012491a5174139b06cc9945e6dc4bc687ebdb7 (diff)
downloadpleroma-cb21bf5fc225899ad6cf87f5ab0253506cf0531e.tar.gz
pleroma-cb21bf5fc225899ad6cf87f5ab0253506cf0531e.zip
filter exif data #187
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index cf6cbaa9d..fd9662aea 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -10,7 +10,9 @@ config :pleroma, ecto_repos: [Pleroma.Repo]
config :pleroma, Pleroma.Repo, types: Pleroma.PostgresTypes
-config :pleroma, Pleroma.Upload, uploads: "uploads"
+config :pleroma, Pleroma.Upload,
+ uploads: "uploads",
+ strip_exif: false
# Configures the endpoint
config :pleroma, Pleroma.Web.Endpoint,