Include the host ports in the secure_domains set.

This commit is contained in:
Max Goodman
2011-06-01 16:14:19 +00:00
parent 6a7ebd7e7b
commit d89e79ad66

View File

@@ -274,7 +274,7 @@ class Globals(object):
self.paths = paths
self.secure_domains = set([urlparse(self.payment_domain).hostname])
self.secure_domains = set([urlparse(self.payment_domain).netloc])
# load the md5 hashes of files under static
static_files = os.path.join(paths.get('static_files'), 'static')