diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-02-14 21:51:57 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-02-20 20:30:41 +0100 |
commit | 8d064eb451f13b2cdb444fcdbdff6057a8022ac2 (patch) | |
tree | 9c79cf5049b11a61f56e8998dbd90d275131ddce /CHANGELOG.md | |
parent | 3eddd9caa61a2ac431eb57cd4c835db608702a7d (diff) | |
download | pleroma-features/link-previews-disable-remote.tar.gz |
rich_media/helpers.ex: Add config to disable fetching from remote activitiesfeatures/link-previews-disable-remote
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4127e21f7..9fd1f8924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - A new users admin digest email - OAuth: admin scopes support (relevant setting: `[:auth, :enforce_oauth_admin_scope_usage]`). - Add an option `authorized_fetch_mode` to require HTTP signatures for AP fetches. +- Rich Media: Add `local_only` to `[:rich_media, :enabled]`, which forbids getting link previews for remote activities <details> <summary>API Changes</summary> |