1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-01-06 05:31:13 +00:00

Add configuration option to disable media proxy

Media proxy is enabled by default, and was always enabled before this
commit.
This commit is contained in:
Cadence Ember
2021-06-21 02:14:28 +12:00
parent 1ea2e2e3bb
commit 4363891fa6
3 changed files with 20 additions and 5 deletions

View File

@@ -41,6 +41,11 @@ let constants = {
does_not_track: false,
allow_user_from_reel: "fallback", // one of: "never", "fallback", "prefer", "onlyPreferSaved", "preferForRSS"
proxy_media: { // Whether to proxy media (images, videos, thumbnails) through Bibliogram. This is strongly recommended to protect user privacy. If proxy is turned off, some browser content blockers may break all images since they are served from Facebook domains.
image: true,
video: true,
thumbnail: true
},
feeds: {
// Whether feeds are enabled.