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