summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSheogorath2020-02-09 14:42:45 +0100
committerSheogorath2020-02-09 21:59:17 +0100
commit651db6098520f568201b808385a9f8fe6f22bbe0 (patch)
treed53c43c40bf61c2a40f0b31dae947dc64d6d1603 /docs
parent8039066f9976d8e05c2031ec82f1f5b840ad45e4 (diff)
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 <sheogorath@shivering-isles.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration-config-file.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration-config-file.md b/docs/configuration-config-file.md
index 9fe4554d..5134af7f 100644
--- a/docs/configuration-config-file.md
+++ b/docs/configuration-config-file.md
@@ -82,7 +82,7 @@ these are rarely used for various reasons.
| variables | example values | description |
| --------- | ------ | ----------- |
| `allowGravatar` | `true` or `false` | set to `false` to disable [Libravatar](https://www.libravatar.org/) as profile picture source on your instance. Libravatar is a federated open-source alternative to Gravatar. |
-| `useCDN` | `true` or `false` | set to use CDN resources or not (default is `true`) |
+| `useCDN` | `true` or `false` | set to use CDN resources or not (default is `false`) |
## Users and Privileges