Updated "allow-hosts" directive (extracted from configuration file)
authorThierry Florac <thierry.florac@onf.fr>
Thu, 25 Oct 2018 17:46:26 +0200
changeset 16 00fd75ce868e
parent 15 046513e8c864
child 17 ac2ef0786756
Updated "allow-hosts" directive (extracted from configuration file)
{{cookiecutter.project_slug}}/buildout.cfg
--- a/{{cookiecutter.project_slug}}/buildout.cfg	Thu Feb 08 08:56:54 2018 +0100
+++ b/{{cookiecutter.project_slug}}/buildout.cfg	Thu Oct 25 17:46:26 2018 +0200
@@ -6,13 +6,6 @@
 show-picked-versions = true
 newest = false
 
-allow-hosts =
-    *.python.org
-    *.sourceforge.net
-    github.com
-    bitbucket.org
-    download.ztfy.org
-
 versions = versions
 eggs-directory = {{ cookiecutter.eggs_directory }}