v0.44.1
Fixed
- HTML and SVG documents now preview in the in-app viewer. The
X-Frame-Options: DENYheader added in 0.44.0 also applied to the document-download endpoint, so the file viewer's iframe was blocked from displaying uploaded HTML/SVG files (refused to display … X-Frame-Options to 'deny'). The inline document response now sendsX-Frame-Options: SAMEORIGINandContent-Security-Policy: frame-ancestors 'self', so the same-origin viewer can render them while cross-origin framing stays blocked. The existingscript-src 'none'and sandboxed iframe are unchanged — uploaded HTML still cannot execute scripts, so there is no stored-XSS regression.
Downloads
Android App
Download the APK from the assets below and install on your Android device.
Docker Image
docker pull morelitea/initiative:0.44.1Or use latest tag. View on Docker Hub.