Download Latest Version v3.10 source code.tar.gz (4.9 MB)
Email in envelope

Get an email when there's a new version of Healthchecks

Home / v3.9
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-12-20 742 Bytes
v3.9 source code.tar.gz 2024-12-20 4.9 MB
v3.9 source code.zip 2024-12-20 5.3 MB
Totals: 3 Items   10.2 MB 0

This release changes the default value of the ALLOWED_HOSTS setting. Before, it was * (meaning, any host matches, host validation is disabled). Starting from v3.9, Healthchecks populates this setting automatically with the domain part of the SITE_ROOT setting. You do not need to set it unless you serve Healthchecks on more than one domain.

If you do serve the same Healthchecks instance on more than one domain, specify them all in ALLOWED_HOSTS, separated by commas:

:::ini
ALLOWED_HOSTS=first.example.org,second.example.org

Improvements

  • Change the default value of ALLOWED_HOSTS from "*" to the domain part of SITE_ROOT

Bug Fixes

Source: README.md, updated 2024-12-20