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

Remove Numeric Fallback of Symbols #23348

Merged
merged 1 commit into from
Feb 23, 2022

Commits on Feb 23, 2022

  1. Remove Numeric Fallback of Symbols

    This was already defeating the XSS issue that Symbols was meant to protect
    against. So you were already supposed to use a polyfill for security.
    
    We rely on real Symbol.for in Flight for Server Components so those require
    real symbols anyway.
    
    We also don't really support IE without additional polyfills anyway.
    sebmarkbage committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    7a41dde View commit details
    Browse the repository at this point in the history