Skip to content

v0.8.4

Choose a tag to compare

@rmyndharis rmyndharis released this 03 Jul 08:38
· 1611 commits to main since this release

Added

  • CSP_UPGRADE_INSECURE_REQUESTS env var to control the CSP upgrade-insecure-requests directive. It defaults to the existing behaviour (on in production, off elsewhere); set it to false for an HTTP-only deployment on a trusted private network, where the browser would otherwise upgrade the dashboard to https and make it unreachable. Set it to true to force it on. (#611)