From fa6a531bd5bd3374a480463259db633fe09119f9 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Mon, 6 Dec 2021 09:41:08 +0100 Subject: [PATCH] Block {,max-}{width,height} from being copied (#1529) --- ts/html-filter/styling.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts/html-filter/styling.ts b/ts/html-filter/styling.ts index 1d05a0bc5..a9853fdc3 100644 --- a/ts/html-filter/styling.ts +++ b/ts/html-filter/styling.ts @@ -25,6 +25,10 @@ const stylingInternal: BlockProperties = [ "background-color", "font-size", "font-family", + "width", + "height", + "max-width", + "max-height", ]; const allowPropertiesBlockValues =