Change wording of prefetchStorage option

This commit is contained in:
Pavel Djundik 2020-07-10 13:52:39 +03:00 committed by GitHub
parent d0d3a205b9
commit 020323ca45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,9 +116,9 @@ module.exports = {
// thumbnails on the filesystem rather than directly display the content at
// the original URLs.
//
// This improves security and privacy by not exposing the client IP address,
// always loading images from The Lounge and making all assets secure, which
// resolves mixed content warnings.
// This option primarily exists to resolve mixed content warnings by not
// loading images from http hosts. This option does not work for video
// or audio as The Lounge will only load these from https hosts.
//
// If storage is enabled, The Lounge will fetch and store images and thumbnails
// in the `${THELOUNGE_HOME}/storage` folder.