github mescon/Muximux v3.0.9

latest release: v3.0.10
one day ago

Fixed

  • WebSocket connections no longer fail with response does not implement http.Hijacker -- the request logging wrapper now delegates Hijack() and Flush() to the underlying ResponseWriter
  • PWA manifest no longer triggers a CSP violation when behind a forward-auth proxy (Authelia, Authentik) -- the <link rel="manifest"> is now injected after authentication instead of being present in the static HTML
  • Request logs now show the real client IP instead of the upstream proxy IP when running behind a trusted reverse proxy (Traefik, nginx, etc.)
  • Proxied apps can no longer register service workers under Muximux's origin -- the proxy interceptor now blocks navigator.serviceWorker.register() and cleans up any previously leaked registrations
  • White flash eliminated when loading a new app on dark themes -- the iframe is kept invisible behind the loading overlay until the page has painted, then fades in smoothly
  • PWA icon updates now take effect without clearing browser cache -- bumped service worker cache version and added revalidation headers for root-level static files (icons, manifest, browserconfig)

Don't miss a new Muximux release

NewReleases is sending notifications on new releases.