diff --git a/ts/editor/plain-text-input/remove-prohibited.ts b/ts/editor/plain-text-input/remove-prohibited.ts index c60663cd0..27b5925d8 100644 --- a/ts/editor/plain-text-input/remove-prohibited.ts +++ b/ts/editor/plain-text-input/remove-prohibited.ts @@ -11,7 +11,7 @@ function removeTag(element: HTMLElement, tagName: string): void { } } -const prohibitedTags = ["script", "link", "style"]; +const prohibitedTags = ["script", "link"]; /** * The use cases for using those tags in the field html are slim to none.