From 3f0363052b352ffa840d5ae98f180b4e4ffef9e9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 8 Jul 2021 00:03:11 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.js b/conf/config.js index 125f152..73e8607 100644 --- a/conf/config.js +++ b/conf/config.js @@ -54,7 +54,7 @@ module.exports = { * and it may have unintended consequences in practice. * */ - httpUnsafeOrigin: 'http://127.0.0.1:__PORT__', + httpUnsafeOrigin: 'https://127.0.0.1:__PORT__', /* httpSafeOrigin is the URL that is used for the 'sandbox' described above. * If you're testing or developing with CryptPad on your local machine then @@ -126,7 +126,7 @@ module.exports = { * (/contact.html) if you provide it below. */ adminEmail: '__EMAIL__', - + /* ===================== * STORAGE * ===================== */