10
0

Lemmy Release v0.19.17 fixes Arabic user/community names and internal host access security advisory

2mon 16d ago by lemmy.blahaj.zone/u/florencia in main@lemmy.blahaj.zone from join-lemmy.org

Changes

This release addresses another security advisory related to internal host access. You can now bypass these checks for federation, in order to federate with instances over the local network by setting environment variable DANGER_FEDERATION_ALLOW_LOCAL_IP=1. There are also some bug fixes, and lemmy-ui now logs file requests.

  • Improve IP checks by nutomic in #6411
  • Allow to bypass federation IP checks with env var DANGER_FEDERATION_ALLOW_LOCAL_IP by nutomic in #158
  • Fix Arabic user/community names by nutomic in #3968
  • Fix removing post.url by nutomic in #3984
  • Add lemmy-ui request logs by MrKaplan-lw in #3933