$less ~/slides/securing-web-apps-modern-platform-features
// deck 05 · Google I/O
Securing web apps with modern platform features
1 / 60
skip thumbnails
// key slides
// what you take away
- A nonce plus 'strict-dynamic' gives one fixed CSP that blocks injected scripts.
- Trusted Types make about 60 DOM sinks reject raw strings, ending DOM XSS.
- Sec-Fetch-Site lets the server reject cross-site requests in ten lines of code.























































































































