A test suite to find what APIs are covered by Trusted Types (spec).
This test suite helps explicitly find out what DOM APIs the Trusted Types API covers in order to understand how using it can and cannot help prevent attacks.
To view the test results for your browser
- visit https://ericcornelissen.github.io/trusted-types-tests/, or
- clone the repository, run
python3 -m http.server --bind localhost, and visit it in your browser.
This requires a browser with Trusted Types Compatibility.
The software is available under the MPL-2.0 license, see LICENSE for the
full license text. The documentation is licensed under the CC0-1.0 license.