You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.