voyager
voyager copied to clipboard
Cannot view any images while logged into a private instance
This seems to occur in Lemmy too when the user is not logged in, so I don't know how fixable this is.
Image requests might have a jwt cookie header to decide whether load allowed.
It's possible that if Lemmy adds a custom header (allowed with CORS) we can solve this.
Just speculation!
Might be helpful: https://stackoverflow.com/a/69139600