-
v3.9 Stable
released this
2024-12-20 12:38:33 +03:00 | 504 commits to master since this release📅 Originally published on GitHub: Fri, 20 Dec 2024 09:44:36 GMT
🏷️ Git tag created: Fri, 20 Dec 2024 09:38:33 GMTThis release changes the default value of the
ALLOWED_HOSTSsetting. 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 theSITE_ROOTsetting. 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:ALLOWED_HOSTS=first.example.org,second.example.orgImprovements
- Change the default value of ALLOWED_HOSTS from "*" to the domain part of SITE_ROOT
Bug Fixes
- Fix fetchstatus.py (again) to handle SITE_ROOT with a path (#1108)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-24 22:45:56 +03:00