From dbb40dc44178566aef653b5f095bc084f64406e7 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 12 Apr 2018 12:45:48 +0200 Subject: [PATCH] use https --- config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.jsonc b/config.jsonc index 3acad01..2e05a90 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1016,12 +1016,12 @@ "email": { // E-mail address in contact form (to) "contact": "amp@spc.org", - "footer": "-- \nActivist Media Proxy - http://amp.0x2620.org", + "footer": "-- \nActivist Media Proxy - https://amp.0x2620.org", "prefix": "Activist Media Proxy -", // E-mail address uses by the system (from) "system": "system@amp.0x2620.org" }, - "https": false, + "https": true, "id": "amp", "name": "Activist Media Proxy", "public": false,