Skip to content

Commit 5514bb9

Browse files
author
Zerline
committed
Adding 'style' attribute.
1 parent b64213a commit 5514bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/base-manager/src/manager-base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function default_inline_sanitize(html: string): string {
6060
'ul'
6161
],
6262
allowedAttributes: {
63-
'*': ['aria-*', 'title'],
63+
'*': ['aria-*', 'style', 'title'],
6464
a: ['href'],
6565
img: ['src'],
6666
style: ['media']

0 commit comments

Comments
 (0)