We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9781bd8 commit dffc109Copy full SHA for dffc109
1 file changed
hea/settings/base.py
@@ -158,7 +158,6 @@
158
159
ASGI_APPLICATION = "hea.asgi.application"
160
CHANNEL_LAYERS = {"default": {"BACKEND": "channels.layers.InMemoryChannelLayer"}}
161
-WEBSOCKET_ACCEPT_ALL = False # Require authentication
162
163
########## CORS CONFIGURATION
164
# See: https://github.com/ottoyiu/django-cors-headers
0 commit comments