From 651db6098520f568201b808385a9f8fe6f22bbe0 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sun, 9 Feb 2020 14:42:45 +0100 Subject: Update CDN defaults As we noticed in our poll about CDN usage, that most people intentionally turn it off, but very little intetionally turn it on or leave it on. [1] There is also strong indicators that CDNs don't really provide any benefits in loading time and due to the small deployments of CodiMD, there is no big savings due to CDNs either. [2] Therefore this patch changes the CDN default settings to off in order to reduce the exposed user data. [1]: https://community.codimd.org/t/poll-on-cdn-usage/28 [2]: https://csswizardry.com/2019/05/self-host-your-static-assets/ Signed-off-by: Sheogorath --- lib/config/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/config/default.js b/lib/config/default.js index ac78e8ed..7504fda2 100644 --- a/lib/config/default.js +++ b/lib/config/default.js @@ -28,7 +28,7 @@ module.exports = { reportURI: undefined }, protocolUseSSL: false, - useCDN: true, + useCDN: false, allowAnonymous: true, allowAnonymousEdits: false, allowFreeURL: false, -- cgit v1.2.3