Skip to content

v0.4.2

Choose a tag to compare

@GilbN GilbN released this 22 Jul 14:42
· 786 commits to main since this release
ed71b61

What's Changed

  • fix(manifest): PWA manifest link for cookie support by @GilbN in #40
  • The PWA manifest link now uses crossorigin="use-credentials" so the
    browser sends session cookies when fetching manifest.webmanifest; without
    it the fetch is credential-less and 401s behind cookie-auth reverse proxies
    (Organizr/Authelia auth_request).

Full Changelog: v0.4.1...v0.4.2