diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-18 15:56:14 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-18 15:56:14 +0300 |
commit | c2f1cc4f165d4a5c23599c127300f325322fbfad (patch) | |
tree | e94d495db7e1654e20f4a57a7f82af38889268d9 | |
parent | 153f652d41c311284cb1d3e0352fae7ca31c142e (diff) | |
download | pleroma-c2f1cc4f165d4a5c23599c127300f325322fbfad.tar.gz pleroma-c2f1cc4f165d4a5c23599c127300f325322fbfad.zip |
Fix wrong list level in the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 002417f0e..0ebf358ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Refreshing poll results for remote polls - Authentication: Added rate limit for password-authorized actions / login existence checks - Mix task to re-count statuses for all users (`mix pleroma.count_statuses`) -- - Support for `X-Forwarded-For` and similar HTTP headers which used by reverse proxies to pass a real user IP address to the backend. Must not be enabled unless your instance is behind at least one reverse proxy (such as Nginx, Apache HTTPD or Varnish Cache). +- Support for `X-Forwarded-For` and similar HTTP headers which used by reverse proxies to pass a real user IP address to the backend. Must not be enabled unless your instance is behind at least one reverse proxy (such as Nginx, Apache HTTPD or Varnish Cache). <details> <summary>API Changes</summary> |