ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
854 stars 173 forks source link

sanitize some unescaped HTML from CDP #202

Closed paulirish closed 1 year ago

paulirish commented 1 year ago

fixing this: image

see the actual fixes this makes in the generated HTML: https://gist.github.com/paulirish/f7f86e982487a23f494b6c834841743f

We should fix a bunch of these in the PDL and write some validation there so new raw HTML can't be introduced without backticks.

R=@thiagowfx cc @OrKoN