Third-party cyber evaluations involving OpenAI models
openai.com·14h ago
TL;DR
Baseline is a web platform initiative tracking when web features become interoperable across major browsers. February 2026 saw updates to which features met the interoperability threshold.
✦ Why It Matters
Engineers can confidently adopt newly Baseline-stable features without extensive polyfills or browser detection logic.
Key Takeaways
How It Works
The Trusted Types API enforces security by requiring developers to define policies that sanitize data before it can be used in sensitive contexts, such as rendering HTML or executing code. This shifts the responsibility of security checks from manual processes to a platform-enforced mechanism, reducing the risk of XSS vulnerabilities.
Related