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

Updates quorum urls #2485

Merged
merged 1 commit into from
Dec 12, 2019
Merged

Conversation

bmcd
Copy link
Contributor

@bmcd bmcd commented Dec 12, 2019

Due to the Quorum plugin iframe being loaded from an https site all the time, even if they were using http remix, users were not able to connect to a non-localhost http node.

So we moved the Quorum plugin from being hosted on github pages to a subdomain of our official site. This allows us to serve the page as both http and https.

We also changed the url to be protocol relative ("//url" rather than "https://url"), so that when the iframe element is loaded, it will use the scheme of the top-level page. So if you load http remix, you'll get the http quorum plugin. This should make the plugin accessible to more users, especially those running development environments that are not ssl protected.

@GrandSchtroumpf GrandSchtroumpf merged commit 862d728 into ethereum:master Dec 12, 2019
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.

2 participants