mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Remove another comment about ALLOWED_HOSTS
We already removed this one from the place where it matters most, i.e. the recommended template. The key bit of info is: the hard bit is in doing this for HTTPS/SSL, because in that case you don't have a certificate (it could be for any web address). Details are in the website's repo, in templates/production-install.html.
This commit is contained in:
@@ -19,8 +19,6 @@ INTERNAL_IPS = [
|
||||
"127.0.0.1",
|
||||
]
|
||||
|
||||
# TODO monitor https://stackoverflow.com/questions/78476951/why-not-just-set-djangos-allowed-hosts-to
|
||||
# (also for create_example_conf.py)
|
||||
ALLOWED_HOSTS = ["*"]
|
||||
|
||||
if not I_AM_RUNNING == "TEST":
|
||||
|
||||
Reference in New Issue
Block a user