From b81a9aaa4c30e27ac2ffb8d1fcf5f037c91e7f15 Mon Sep 17 00:00:00 2001 From: Dylan G <1565516+Helloman892@users.noreply.github.com> Date: Sun, 22 May 2022 15:23:36 +0100 Subject: [PATCH] Dropped HTTPS for the browser as ThemePlaza is retiring TLSv1.1 --- include/remote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/remote.h b/include/remote.h index ebaba4f1..1d7593a3 100644 --- a/include/remote.h +++ b/include/remote.h @@ -31,7 +31,7 @@ #include "draw.h" #include -#define THEMEPLAZA_BASE_URL "https://themeplaza.art" +#define THEMEPLAZA_BASE_URL "http://themeplaza.art" #define THEMEPLAZA_API_URL "/api/anemone/v1" #define THEMEPLAZA_BASE_API_URL THEMEPLAZA_BASE_URL THEMEPLAZA_API_URL