From d9dfa8eef0defb3b6f1dd0dfa8ba21e9d70afd3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 29 Apr 2024 18:04:33 +0200 Subject: [PATCH] Remove Sanitizer API This was removed from Chrome: https://chromestatus.com/feature/5115076981293056 A part of it has shipped as a separate feature: https://github.com/web-platform-dx/web-features/pull/999 --- feature-group-definitions/sanitizer.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 feature-group-definitions/sanitizer.yml diff --git a/feature-group-definitions/sanitizer.yml b/feature-group-definitions/sanitizer.yml deleted file mode 100644 index 02f8ddc6f23..00000000000 --- a/feature-group-definitions/sanitizer.yml +++ /dev/null @@ -1,3 +0,0 @@ -name: Sanitizer -description: The Sanitizer API sanitizes untrusted strings of HTML, Document and DocumentFragment objects. After sanitization, unwanted elements or attributes are removed, and the returned objects can safely be inserted into a document's DOM. -spec: https://wicg.github.io/sanitizer-api/