aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakurei Reimu <admin@marchgenso.me>2019-04-16 22:24:24 +0800
committerHakurei Reimu <admin@marchgenso.me>2019-04-16 22:24:24 +0800
commit2472efb4e9aafe68d1ab3eef12ea3c3ad3859029 (patch)
tree203a7ea7253ea8aa0b377e5e360ca12ca6833116
parent6e26ac10a36354c2a08ccddd0fd2df658aba5e4b (diff)
downloadpleroma-2472efb4e9aafe68d1ab3eef12ea3c3ad3859029.tar.gz
Add extra_cookie_attrs to changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ebf21851b..1d2ad3320 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Federation: Expand the audience of delete activities to all recipients of the deleted object
- Federation: Removed `inReplyToStatusId` from objects
- Configuration: Dedupe enabled by default
+- Configuration: Added `extra_cookie_attrs` for setting non-standard cookie attributes. Defaults to ["SameSite=Lax"] so that remote follows work.
- Pleroma API: Support for emoji tags in `/api/pleroma/emoji` resulting in a breaking API change
- Mastodon API: Support for `exclude_types`, `limit` and `min_id` in `/api/v1/notifications`
- Mastodon API: Add `languages` and `registrations` to `/api/v1/instance`