From 08fc19d032c966bb2af5eedac6cdc7f151205cb8 Mon Sep 17 00:00:00 2001 From: Alex Leach Date: Mon, 17 Nov 2025 20:31:34 +0000 Subject: [PATCH] chore: Remove rel acceptable attribute --- frappe/utils/html_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/utils/html_utils.py b/frappe/utils/html_utils.py index 807c901caa..ef555825b7 100644 --- a/frappe/utils/html_utils.py +++ b/frappe/utils/html_utils.py @@ -483,7 +483,6 @@ acceptable_attributes = [ "prompt", "radiogroup", "readonly", - "rel", "repeat-max", "repeat-min", "replace",