﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31010	Add subdomains of localhost to ALLOWED_HOSTS in DEBUG mode	thenewguy	thenewguy	"It would minimize configuration for new projects if ALLOWED_HOSTS += ['.localhost'] when DEBUG=True

Chrome resolves *.localhost to localhost without modifying any host files or DNS

Referencing the project this way makes it easy to test subdomains -> static.localhost, uploads.localhost, www.localhost, etc

---
Updated
---

Conversation on developer mailing list resulted in decision to reopen and accept ticket.  The conversation turned up that this behavior is spec compliant per https://tools.ietf.org/html/rfc6761#section-6.3

"	New feature	closed	HTTP handling	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
