diff options
author | Sean King <seanking2919@protonmail.com> | 2021-04-19 16:06:19 -0600 |
---|---|---|
committer | Sean King <seanking2919@protonmail.com> | 2021-04-19 16:06:19 -0600 |
commit | 2780cdd4e7acde0f4bf4719b7c82bc7e2d1bf3b5 (patch) | |
tree | 4a1bbc200fd88e8a8d9960d896c5274280241e2a | |
parent | d1eb1913e86a79abdff5bcfc27d46dcc1c352d3e (diff) | |
download | pleroma-2780cdd4e7acde0f4bf4719b7c82bc7e2d1bf3b5.tar.gz |
Add CHANGELOG entry
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b0678023..bfa76a89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - The `application` metadata returned with statuses is no longer hardcoded. Apps that want to display these details will now have valid data for new posts after this change. +- HTTPSecurityPlug now sends a response header to opt out of Google's FLoC (Federated Learning of Cohorts) targeted advertising. ### Added |