From ade7510276b5ec0f5fe69eb36e5d310b613c22e4 Mon Sep 17 00:00:00 2001 From: faulty Date: Wed, 1 Feb 2023 12:06:57 +0100 Subject: [PATCH] fix port --- custom/cryptpad/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/cryptpad/config.js b/custom/cryptpad/config.js index 14715bc..4bf7adb 100644 --- a/custom/cryptpad/config.js +++ b/custom/cryptpad/config.js @@ -46,7 +46,7 @@ module.exports = { * cryptpad/docs/example.nginx.conf (see the $main_domain variable) * */ - httpUnsafeOrigin: 'http://localhost:3000', + httpUnsafeOrigin: 'https://pad.ixvd.net', /* 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