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

fix: support http streaming server URLs #630

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

IEduStu
Copy link

@IEduStu IEduStu commented Apr 20, 2024

Currently, if you try to set a streaming server URL to a URL on the local network from another machine, you'd have to use http and not https, but setting a http url as a streaming server URL on https://web.stremio.com/#/settings results in the following error:
stremio_core_web.js:416 Mixed Content: The page at 'https://web.stremio.com/500c80d…/scripts/worker.js' was loaded over HTTPS, but requested an insecure resource 'http://192.168.2.10:11470/device-info'. This request has been blocked; the content must be served over HTTPS.

This PR fixes that by allowing the use of a http resource from Stremio web server over https.

This would make it much easier to setup a machine on the local network as a streaming server and use it from Stremio web installed as a PWA on another device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant