From a2971aa6aa02fee1c5192fae9dee06d2f501bb22 Mon Sep 17 00:00:00 2001 From: falsandtru Date: Fri, 1 Sep 2017 08:46:12 +0900 Subject: [PATCH] update typings --- types/dompurify/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/dompurify/index.d.ts b/types/dompurify/index.d.ts index 267f762f2b..b72cc9e5e9 100644 --- a/types/dompurify/index.d.ts +++ b/types/dompurify/index.d.ts @@ -22,6 +22,7 @@ interface Config { ALLOWED_TAGS?: string[]; FORBID_ATTR?: string[]; FORBID_TAGS?: string[]; + FORCE_BODY?: boolean; KEEP_CONTENT?: boolean; RETURN_DOM?: boolean; RETURN_DOM_FRAGMENT?: boolean;