Securing the DOM from the Bottom Up - Krzysztof Kotowicz
Talk recording from Amsterdam JSNation 2019 Conference: https://jsnation.com
Securing the DOM from the Bottom Up
18 years have passed since Cross-Site Scripting (XSS) became the single most common security problem in web applications. Since then, numerous efforts have been proposed to detect, fix or mitigate it, but these piecemeal efforts have not combined to make it easy to produce XSS-free code.
This talk explains how Google’s security team has achieved a high-level of safety against XSS and …