logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 48174dc290d571ad72c17758c2f6275871e609a4
parent: 27b9605de05a8d7097852213e8b53b5b4633a8eb
Author: kaniini <nenolod@gmail.com>
Date:   Sun, 23 Jun 2019 06:53:38 +0000

Merge branch 'bind-to-localhost' into 'develop'

Bind to 127.0.0.1 instead of 0.0.0.0 by default

See merge request pleroma/pleroma!1329

Diffstat:

MCHANGELOG.md1+
Mconfig/config.exs1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -65,6 +65,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - MRF: Support for filtering out likely spam messages by rejecting posts from new users that contain links. ### Changed +- **Breaking:** bind to 127.0.0.1 instead of 0.0.0.0 by default - **Breaking:** Configuration: move from Pleroma.Mailer to Pleroma.Emails.Mailer - Thread containment / test for complete visibility will be skipped by default. - Enforcement of OAuth scopes diff --git a/config/config.exs b/config/config.exs @@ -139,6 +139,7 @@ config :pleroma, Pleroma.Web.Endpoint, instrumenters: [Pleroma.Web.Endpoint.Instrumenter], url: [host: "localhost"], http: [ + ip: {127, 0, 0, 1}, dispatch: [ {:_, [