diff options
author | Tristan Mahé <gled@remote-shell.net> | 2018-06-26 13:45:47 -0700 |
---|---|---|
committer | Tristan Mahé <gled@remote-shell.net> | 2018-06-26 13:45:47 -0700 |
commit | cb21bf5fc225899ad6cf87f5ab0253506cf0531e (patch) | |
tree | dd879958e76a0e72a11dbea099092a49787ddfec /config/config.exs | |
parent | fc012491a5174139b06cc9945e6dc4bc687ebdb7 (diff) | |
download | pleroma-cb21bf5fc225899ad6cf87f5ab0253506cf0531e.tar.gz pleroma-cb21bf5fc225899ad6cf87f5ab0253506cf0531e.zip |
filter exif data #187
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 4 |
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, |