Introduce some creative code around setting of ALLOWED_HOSTS that defaults to ['*'].  Also added PAPERLESS_ALLOWED_HOSTS to paperless.conf.example with an explanation as to what it's for
This commit is contained in:
Daniel Quinn
2017-01-03 09:52:31 +00:00
parent 350d2fb747
commit 717b4a2b49
4 changed files with 19 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
Changelog
#########
* 0.3.2
* Fix for #172: defaulting ALLOWED_HOSTS to ``["*"]`` and allowing the user
to set her own value via ``PAPERLESS_ALLOWED_HOSTS`` should the need
arise.
* 0.3.1
* Added a default value for ``CONVERT_BINARY``