From a3dfa05bb2643a8f7942de036fc0c069b3be17b6 Mon Sep 17 00:00:00 2001 From: Thayol Date: Fri, 11 Jun 2021 17:30:52 +0200 Subject: [PATCH] Removed leftovers from non-TLS --- API/index.php | 1 - OAuth/index.php | 1 - action/index.php | 4 ---- async/index.php | 1 - async/lobby/index.php | 1 - async/match/index.php | 1 - index.php | 1 - login/index.php | 1 - logout/index.php | 1 - templates.js | 2 +- unalike.py | 2 +- 11 files changed, 2 insertions(+), 14 deletions(-) diff --git a/API/index.php b/API/index.php index f5c09dd..7e44963 100644 --- a/API/index.php +++ b/API/index.php @@ -1,5 +1,4 @@ + diff --git a/unalike.py b/unalike.py index 273865f..8854bde 100644 --- a/unalike.py +++ b/unalike.py @@ -35,7 +35,7 @@ lobby_default_size = 1 polling_rate = 2 # 2 = report to the web api every 0.5 seconds (also affects IRC ping) # this will be used in chat messages (can be anything, does not have to point to your Unalike) -unalike_url = "http://zovguran.net/Unalike/" +unalike_url = "https://zovguran.net/Unalike/" # change it to match your location of the Unalike API (does not have to be local) unalike_api = "http://localhost:80/Unalike/API"