diff options
author | eugenijm <eugenijm@protonmail.com> | 2021-01-08 12:06:04 +0300 |
---|---|---|
committer | eugenijm <eugenijm@protonmail.com> | 2021-01-21 21:55:11 +0300 |
commit | 133644dfa2e46dc48980ae6f835b7aa2758b4250 (patch) | |
tree | ab043113d6db4cc4729aad8cbded8a8bd8ff185e /CHANGELOG.md | |
parent | d8860eaee46c9bc0a079e90dfb008c54923d7330 (diff) | |
download | pleroma-133644dfa2e46dc48980ae6f835b7aa2758b4250.tar.gz pleroma-133644dfa2e46dc48980ae6f835b7aa2758b4250.zip |
Ability to set the Service-Worker-Allowed header
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e1dfeae01..765546941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - OAuth improvements and fixes: more secure session-based authentication (by token that could be revoked anytime), ability to revoke belonging OAuth token from any client etc. - Ability to set ActivityPub aliases for follower migration. - Configurable background job limits for RichMedia (link previews) and MediaProxyWarmingPolicy - +- Ability to set the `Service-Worker-Allowed` header <details> <summary>API Changes</summary> |