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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user