We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9eeaf commit 78e7fddCopy full SHA for 78e7fdd
packages/core/src/sanitization/style_sanitizer.ts
@@ -25,7 +25,7 @@ import {_sanitizeUrl} from './url_sanitizer';
25
* transformation values.
26
*/
27
const VALUES = '[-,."\'%_!# a-zA-Z0-9]+';
28
-const TRANSFORMATION_FNS = '(?:matrix|translate|scale|rotate|skew|perspective)(?:X|Y|3d)?';
+const TRANSFORMATION_FNS = '(?:matrix|translate|scale|rotate|skew|perspective)(?:X|Y|Z|3d)?';
29
const COLOR_FNS = '(?:rgb|hsl)a?';
30
const GRADIENTS = '(?:repeating-)?(?:linear|radial)-gradient';
31
const CSS3_FNS = '(?:calc|attr)';
0 commit comments