fix WithAllowNone in asgi for one more
This commit is contained in:
parent
980520b590
commit
6ecfa78c5d
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ with suppress(ImportError):
|
|||
),
|
||||
Mount(path='/', app=django_asgi),
|
||||
]),
|
||||
"websocket": AllowedHostsOriginValidator(
|
||||
"websocket": AllowedHostsOriginValidatorWithAllowNone(
|
||||
AuthMiddlewareStack(
|
||||
UserPermissionsChannelMiddleware(
|
||||
URLRouter(websocket_urlpatterns),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue