Changes
- Add
UMASK
environment variable for setting umask property inside the container, defaultUMASK=002
- Add
PROXY_HEADERS
(bool, default: true) andFORWARDED_ALLOW_IPS
(default: *) environment variables to control the server response to HTTPS headers forwarded by a proxy - Add
Content-Security-Policy
for all server requests - Allow cross-origin
GET
andPOST
requests - Use relative resource paths to ensure there is no mixed content when accessing the server through a HTTPS proxy
Docker Image: GitHub Container Registry / Docker Hub
Full Changelog: v0.7.2...v0.7.3