mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
This patch implements the built-in safe default configuration for `Sanitizer` constructor. Specification: https://wicg.github.io/sanitizer-api/#sanitization-defaults Testing: Covered by WPT test in `sanitizer-api/sanitizer-default-config.tentative.html`. Fixes: Part of #43948 --------- Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>