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

Add babel-polyfill #993

Merged
merged 2 commits into from
Nov 3, 2017
Merged

Add babel-polyfill #993

merged 2 commits into from
Nov 3, 2017

Conversation

Sekhmet
Copy link
Contributor

@Sekhmet Sekhmet commented Nov 3, 2017

Fixes #845

This solves problem with Busy not working in IE11. It works on production builds, not on development builds.
Supporting IE < 11 is more problematic, because of the lack of Web Cryptography API. I don't think we should try to make it work on IE 10 and below as it is not used anymore, insecure and using polyfills for something as important as cryptography might introduce vulnerabilities.
Changes:

  • Add babel-polyfill to the entry of the app.

@bonustrack bonustrack temporarily deployed to busy-nd-pr-993 November 3, 2017 13:54 Inactive
process.env.STEEMCONNECT_CLIENT_ID
&& process.env.STEEMCONNECT_REDIRECT_URL
&& process.env.STEEMCONNECT_HOST
process.env.STEEMCONNECT_CLIENT_ID &&
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see prettier autoformatted this file 🤣

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if it's a bad thing. We have to reformat files at some point.

@jm90m
Copy link
Contributor

jm90m commented Nov 3, 2017

this looks fine to me, I use a mac so I can't test unless I dual boot / use remote desktop. Everyone should just switch to chrome / firefox anyways when you're dealing with crypto websites that hold sensitive information

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

Successfully merging this pull request may close these issues.

3 participants