X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=bd64b225944f9dc94c115c8db3112df21710b044;hb=cdfd02e90455fe7c01026efb48af3194cc82252b;hp=acd55362d7ce81f191e294c8153e1b6925687436;hpb=373a7c673983189539e39679cab50ae7869d2c4c;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index acd55362d..bd64b2259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Security +- OStatus: eliminate the possibility of a protocol downgrade attack. +- OStatus: prevent following locked accounts, bypassing the approval process. + ### Changed - **Breaking:** Configuration: A setting to explicitly disable the mailer was added, defaulting to true, if you are using a mailer add `config :pleroma, Pleroma.Emails.Mailer, enabled: true` to your config - **Breaking:** Configuration: `/media/` is now removed when `base_url` is configured, append `/media/` to your `base_url` config to keep the old behaviour if desired