Web applications have historically been plagued by vulnerabilities which allow attackers to compromise the session of a logged-in user: XSS, CSRF, clickjacking and related issues are common problems that most developers learn about – often the hard way! Google, together with W3C members, developed new security mechanisms in web browsers (CSP3, Trusted Types, CORP/COOP/COEP) that web developers can use to protect their applications.