mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
f0e8164410
sanitize javascript: urls for <object> tags React 19 added sanitization for `javascript:` URLs for `href` properties on various tags. This PR also adds that sanitization for `<object>` tags as well that Firefox otherwise executes.