diff --git a/server/index.js b/server/index.js index ae9136f..4372f37 100644 --- a/server/index.js +++ b/server/index.js @@ -13,7 +13,7 @@ const wss = new WebSocket.Server({ verifyClient: info => info.origin && !!info.origin.match( - /^https?:\/\/([^.]+\.github\.io|localhost|live\.clocktower\.online|eddbra1nprivatetownsquare\.xyz)/i + /^https?:\/\/([^.]+\.github\.io|localhost|clocktower\.online|eddbra1nprivatetownsquare\.xyz)/i ) });