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

file:// instead of http:// #39

Open
hovancik opened this issue Apr 7, 2015 · 1 comment
Open

file:// instead of http:// #39

hovancik opened this issue Apr 7, 2015 · 1 comment

Comments

@hovancik
Copy link

hovancik commented Apr 7, 2015

a lot of JS scripts use something like: script.src = '//cdn.syndication.twimg.com/widgets/timelines/'

which becomes 'file://cdn.syndication.twimg.com/widgets/timelines/'

would there be a way to fix this, except hardcoding it to http or https?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/10634688-file-instead-of-http?utm_campaign=plugin&utm_content=tracker%2F899498&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F899498&utm_medium=issues&utm_source=github).
@xhacker xhacker added the bug label Apr 10, 2015
@xhacker
Copy link
Member

xhacker commented Apr 10, 2015

Good point, but there would not be an easy fix. We will have to bundle a micro web server and serve the static files.

@xhacker xhacker added enhancement and removed bug labels Apr 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants