Merge pull request #3981 from thelounge/xpaw/mixed-content
Change wording of prefetchStorage option
This commit is contained in:
commit
189f7d84ba
@ -116,9 +116,9 @@ module.exports = {
|
|||||||
// thumbnails on the filesystem rather than directly display the content at
|
// thumbnails on the filesystem rather than directly display the content at
|
||||||
// the original URLs.
|
// the original URLs.
|
||||||
//
|
//
|
||||||
// This improves security and privacy by not exposing the client IP address,
|
// This option primarily exists to resolve mixed content warnings by not
|
||||||
// always loading images from The Lounge and making all assets secure, which
|
// loading images from http hosts. This option does not work for video
|
||||||
// resolves mixed content warnings.
|
// 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
|
// If storage is enabled, The Lounge will fetch and store images and thumbnails
|
||||||
// in the `${THELOUNGE_HOME}/storage` folder.
|
// in the `${THELOUNGE_HOME}/storage` folder.
|
||||||
|
Loading…
Reference in New Issue
Block a user