From 3989e4c6564833525eefe37fdbcb9facf0c51582 Mon Sep 17 00:00:00 2001 From: Vladimir Kuvandjiev Date: Thu, 7 Mar 2019 13:33:12 +0200 Subject: [PATCH] max-width and min-width added to allowed_css_properties --- html5lib/filters/sanitizer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html5lib/filters/sanitizer.py b/html5lib/filters/sanitizer.py index e852f53b..a2c28409 100644 --- a/html5lib/filters/sanitizer.py +++ b/html5lib/filters/sanitizer.py @@ -577,6 +577,8 @@ 'height', 'letter-spacing', 'line-height', + 'max-width', + 'min-width', 'overflow', 'pause', 'pause-after',