Skip to content

v1.5.3

Choose a tag to compare

@gregorkrebs gregorkrebs released this 31 Jul 21:24
· 19 commits to main since this release
97a30a6

Fixed

  • Startup crash on broken/orphaned ACLs: _set_secure_permissions() no longer crashes the app when the DACL itself can't be read (e.g. leftover broken permissions from an older install) — degrades to a logged warning instead, matching how the write step already behaved.
  • Pro activation always failed with a network error: the validation endpoint pointed at the apex domain, which redirects to www. and silently drops the POST body along the way. Now points at www. directly.