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

Switch out any eval-using Modernizr rules #12519

Merged
merged 1 commit into from
Feb 26, 2020
Merged

Switch out any eval-using Modernizr rules #12519

merged 1 commit into from
Feb 26, 2020

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Feb 26, 2020

Signed-off-by: Michael Telatynski 7t3chguy@gmail.com

Switches out es5/specification into its child rules, with the exception of es5array as we already check es6array and es5syntax because it required eval which caused the RED SCREEN OF DEATH for firefox users which have eval disabled and get away with it because WASM is special.

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
@t3chguy t3chguy requested a review from a team February 26, 2020 10:27
@t3chguy
Copy link
Member Author

t3chguy commented Feb 26, 2020

Based on http://kangax.github.io/compat-table/es5/ it is safe to assume everything we care about would pass es5syntax anyway.

@t3chguy t3chguy merged commit 4916ed0 into develop Feb 26, 2020
t3chguy added a commit that referenced this pull request Oct 17, 2024
* Fix well-known lookup for sliding sync labs check

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Add test

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
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