diff --git a/frappe/utils/html_utils.py b/frappe/utils/html_utils.py
index 5f3a6b4338..e5513364b6 100644
--- a/frappe/utils/html_utils.py
+++ b/frappe/utils/html_utils.py
@@ -117,7 +117,7 @@ acceptable_elements = [
'p', 'pre', 'progress', 'q', 's', 'samp', 'section', 'select',
'small', 'sound', 'source', 'spacer', 'span', 'strike', 'strong',
'sub', 'sup', 'table', 'tbody', 'td', 'textarea', 'time', 'tfoot',
- 'th', 'thead', 'tr', 'tt', 'u', 'ul', 'var', 'video'
+ 'th', 'thead', 'tr', 'tt', 'u', 'ul', 'var', 'video', 'iframe'
]
mathml_elements = [