Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images are not showing #8

Open
dellagustin opened this issue Oct 24, 2020 · 2 comments
Open

Images are not showing #8

dellagustin opened this issue Oct 24, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@dellagustin
Copy link
Contributor

dellagustin commented Oct 24, 2020

image

image

Seems like http images are being "bumped" to https, and the request is failing, as the images seem to not be available in https.

Reference: https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html

@dellagustin dellagustin added the bug Something isn't working label Oct 24, 2020
@dellagustin
Copy link
Contributor Author

Ok, this is clearly due to mixed content (http resources on an https pages), I don't think there is a solution for this.
It will affect audio as well, but we will need to accept, maybe inform the user.

@dellagustin
Copy link
Contributor Author

See also:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/upgrade-insecure-requests
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/block-all-mixed-content

podcastindex.org is able to how mixed content, I should take a look a that.
(maybe it is just upgrading to https and it is accepted)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant