We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64213a commit 5514bb9Copy full SHA for 5514bb9
packages/base-manager/src/manager-base.ts
@@ -60,7 +60,7 @@ function default_inline_sanitize(html: string): string {
60
'ul'
61
],
62
allowedAttributes: {
63
- '*': ['aria-*', 'title'],
+ '*': ['aria-*', 'style', 'title'],
64
a: ['href'],
65
img: ['src'],
66
style: ['media']
0 commit comments