Re: [whatwg/html] Standardize YouTube embed rewriting? (#2390)
DRANK
danielhjacobs left a comment (whatwg/html#2390) Fun fact, the Ruffle Flash emulator had to stop polyfilling these elements by using this code so we wouldn't stop the rewrite from working: https://github.com/ruffle-rs/ruffle/blob/deab8058cc9d3853b7713013e492ff9c59cde24d/web/packages/core/src/internal/player/inner.tsx#L2306-L2335 -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/html/issues/2390#issuecomment-2968713040 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/html/issues/2390/2968713040@github.com>
1 comments
Did you know that when Flash was killed, all major browsers started replacing certain URLs specified in <object> for compat?
See: github.com/whatwg/html/is…
I first learned about it last month and found this Firefox bug: mozilla.org/en-US/security…