openwisp/django-loci

Use AllowedHostsOriginValidator

nemesifier opened this issue · 1 comments

I couldn't get @allowed_hosts_only to work with automated tests.

After investigating it seems to me that it's a bug in django-channels which has been fixed but not released yet, so I'm noting down to add @allowed_hosts_only back when the new version of django-channels is released.

Already solved.