diff options
author | Sadposter <hannah+pleroma@coffee-and-dreams.uk> | 2019-11-25 09:53:11 +0000 |
---|---|---|
committer | Sadposter <hannah+pleroma@coffee-and-dreams.uk> | 2019-11-25 09:53:11 +0000 |
commit | d3656c2725fa80ea66dd9de2d74893fe9888ef57 (patch) | |
tree | 19d815aa06bb141e5bb10092916708a74d475357 /config | |
parent | 34cdbcbb644e14dde562c150fa8ae2881e6a899b (diff) | |
download | pleroma-d3656c2725fa80ea66dd9de2d74893fe9888ef57.tar.gz pleroma-d3656c2725fa80ea66dd9de2d74893fe9888ef57.zip |
add ability to set a custom user-agent string
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 1e36d3314..b60ffef7d 100644 --- a/config/config.exs +++ b/config/config.exs @@ -209,6 +209,7 @@ config :tesla, adapter: Tesla.Adapter.Hackney config :pleroma, :http, proxy_url: nil, send_user_agent: true, + user_agent: :default, adapter: [ ssl_options: [ # Workaround for remote server certificate chain issues |