-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Anonymizer breaks fancy-box #612
Comments
Looks like Fancybox 3 does not have this issue. Just tested this in the devtools with adding Can we update this? :) |
We are already using fancybox 3 in master. Could you try it out? |
Okay sorry. I just did an Still, a linked image will not show, instead the default fancybox error message is being displayed:
So to explain my research: the old fancybox page runs v2.1.7 and when I edit one of the image links and add But on the new fancybox page this does not happen. Instead, the expected image pops up. I don't know whether this is a fancybox or a selfoss issue |
I see the error even on the new demo site. Did you by chance not update the URLs in Actually, the issue is that nullrefer.com does client-side redirect using JavaScript, which is why it does not work – the browser receives a HTML page instead of an image. You would need to use an anonymizer that does server side redirects. By the way, you do not need an anonymiser to prevent referrer leak. Since 2.15 (#741), we use a meta tag that prevents sending referrer. Check the browser support at https://caniuse.com/#feat=referrer-policy |
ok, what about
… While I was writing this, I doublechecked and found that it does not work either with my own nullreferer. So I guess there are no anonymized images for all of us. |
Refresh header is weird and will not work with inline resources (images). You can use But note that just like |
Sure I know that this not being proxied or anything, I just don't want every webserver admin to know where I host my selfoss. Yet, I was not aware of the |
Yes, it is obsolete. Unless, you really want to use it as a proxy to hide your identity – but that was never reliable. |
When using an anonymizer, links to embedded images are anonymized, too. Since fancy-box is doing an ajax request for the image, it gets confused by the server-side forwarding of the anonymizer.
The text was updated successfully, but these errors were encountered: