From bb0ba9afe12aae50ee92dd561de544b8bb52219d Mon Sep 17 00:00:00 2001 From: NarayanBavisetti Date: Mon, 8 Sep 2025 17:00:48 +0530 Subject: [PATCH] chore: added attributes in ol tag --- apps/api/plane/utils/content_validator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/api/plane/utils/content_validator.py b/apps/api/plane/utils/content_validator.py index 2fcabd69f50..cf7c235ee82 100644 --- a/apps/api/plane/utils/content_validator.py +++ b/apps/api/plane/utils/content_validator.py @@ -84,6 +84,8 @@ def validate_binary_data(data): "aria-label", "aria-hidden", "style", + "start", + "type", # common editor data-* attributes seen in stored HTML # (wildcards like data-* are NOT supported by nh3; we add known keys # here and dynamically include all data-* seen in the input below)