Re: Add subdomains of localhost to ALLOWED_HOSTS in DEBUG mode

2019-11-22 Thread Adam Johnson
Spec seems clear enough. Seems like it’s still an open bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1433933 Can you reopen the ticket, add the spec link to the description, and open a PR? Thanks! On Fri, 22 Nov 2019 at 06:31, אורי wrote: > 2090? > אורי > u...@speedy.net > > > On

Re: Add subdomains of localhost to ALLOWED_HOSTS in DEBUG mode

2019-11-21 Thread אורי
2090? אורי u...@speedy.net On Thu, Nov 21, 2019 at 11:58 PM gordon wrote: > Spec: > >- https://tools.ietf.org/html/rfc6761#section-6.3 > > It didn't seem to work on IE edge. At the rate of browser updates I > expect all browsers to support this by 2090. But it does make development > on C

Re: Add subdomains of localhost to ALLOWED_HOSTS in DEBUG mode

2019-11-21 Thread Harro
I assume that just localhost still works with the above change? If so then the fact that IE edge does not support it is no reason to not change it because nothing changes with the current usage. -- You received this message because you are subscribed to the Google Groups "Django developers (C

Re: Add subdomains of localhost to ALLOWED_HOSTS in DEBUG mode

2019-11-21 Thread gordon
Spec: - https://tools.ietf.org/html/rfc6761#section-6.3 It didn't seem to work on IE edge. At the rate of browser updates I expect all browsers to support this by 2090. But it does make development on Chrome nice now =) On Thu, Nov 21, 2019 at 4:49 PM Adam Johnson wrote: > I’m all in favo

Re: Add subdomains of localhost to ALLOWED_HOSTS in DEBUG mode

2019-11-21 Thread Adam Johnson
I’m all in favour of making development easier. Would be in favour of this if I could see a source :) Also can you check the behaviour in more browsers than Chrom(e|ium)? :) On Thu, 21 Nov 2019 at 21:40, Gordon wrote: > Good afternoon, > > It seems pretty straightforward to me as a win with no d