From af7f7c87b546632da94550ea09f7057dd500e655 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 22 Oct 2023 07:58:11 +0000 Subject: [PATCH] make enablealwayshttps false by default --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index a93b3af..8cfc3ff 100644 --- a/config.json +++ b/config.json @@ -4,6 +4,6 @@ "dislikes": "https://returnyoutubedislikeapi.com/votes?videoId=", "invchannel": "https://invid-api.poketube.fun/api/v1", "cacher_max_age": "1800", - "enablealwayshttps": true, + "enablealwayshttps": false, "t_url": "https://t.poketube.fun/" } \ No newline at end of file