From 5e0f942c946941faf834562995186c9a7443defb Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 22 Mar 2022 16:10:28 +0200 Subject: [PATCH] gsd --- files/routes/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/chat.py b/files/routes/chat.py index a2f74daee4..e37b0dd047 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -10,7 +10,7 @@ if SITE != 'rdrama.net': from flask import render_template import sys - socketio = SocketIO(app, async_mode='gevent', cors_allowed_origins='*') + socketio = SocketIO(app, async_mode='gevent', cors_allowed_origins=SITE_FULL) typing = [] online = [] messages = []