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(js): Switch to protocol-relative URL #96

Closed
wants to merge 1 commit into from

Conversation

mlissner
Copy link

We shouldn't have a hard-coded reference to http in 2019. That's no good. And I suspect that just swapping over to https will give people consternation. So, use a protocol-relative url, and let the user's location decide. Should be fine.

Fixes #82.

We shouldn't have a hard-coded reference to http in 2019. That's no good. And I suspect that just swapping over to `https` will give people consternation. So, use a [protocol-relative url](https://www.paulirish.com/2010/the-protocol-relative-url/), and let the user's location decide. Should be fine.
@rufuspollock
Copy link
Owner

@mlissner just to check i assume you've tested this yourself with your own buckets?

@mlissner
Copy link
Author

Welp, it's been several months and now I don't remember, sorry.

@rufuspollock
Copy link
Owner

Now conflicts so closing as wontfix.

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.

it should be https in place of http to avoid security issues
2 participants