-
Notifications
You must be signed in to change notification settings - Fork 490
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
Media files not played on google chrome #2246
Comments
Thank you for reporting this. I was able to reproduce it, but it occurs only on non-local origins like https://webui.ipfs.io because the protocol of localhost gateway gets upgraded to https for some reason: There is no TLS on localhost, and that produces error: There is a message which suggests Chrome started force-upgrading URLs to https a while ago: But this should not happen to localhost URLs which are a secure context already. Possibly, this is a new regression specific to localhost. Note that Kubo had subdomain gateway, so @nlko A workaround until this is fixed is to use webui provided by Kubo on the RPC port itself: http://127.0.0.1:5001/webui/ |
this aims to sanitize localhost src url for embedded image/audio/video to avoid mixed-content warning in latest chrome-based browsers Rationale: #2246 (comment)
this aims to sanitize localhost src url for embedded image/audio/video to avoid mixed-content warning in latest chrome-based browsers Rationale: #2246 (comment)
this aims to sanitize localhost src url for embedded image/audio/video to avoid mixed-content warning in latest chrome-based browsers Rationale: #2246 (comment)
Confirmed this was fixed in #2253 |
## [4.3.1](v4.3.0...v4.3.1) (2024-09-23) CID `bafybeideglc722hiwhsy4kiyl2fivf5lr6wozy2iuixtgzkvl3v4hasaty` --- ### Bug Fixes * **file-preview:** safeSubresourceGwUrl ([#2253](#2253)) ([bb861a3](bb861a3)), closes [/github.com//issues/2246#issuecomment-2322192398](https://github.com/ipfs//github.com/ipfs/ipfs-webui/issues/2246/issues/issuecomment-2322192398) * **files:** avoid duplicated fetch during preview ([#2254](#2254)) ([eefae25](eefae25)), closes [#2217](#2217) * **files:** prefer subdomain gw in copied share links ([#2255](#2255)) ([e8c4421](e8c4421)) ### Trivial Changes * .io → .tech ([b9f622d](b9f622d)) * browserslist@latest ([#2251](#2251)) ([809c55a](809c55a)) * Pull transifex translations ([#2258](#2258)) ([2250374](2250374)) * use ipld-explorer-components@7.0.2 ([#2257](#2257)) ([99ba9ac](99ba9ac))
Describe the bug
I'm using the latest google chrome and the media files are not playable/viewable. (same problem on brave it seems)
However, I noticed that
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Files should be playable in chrome.
Screenshots
For images (broken link icon):
For audio/videos (play button stays greyd out):
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: