From 72248d7f8940efffaec2585300e9f0f93a9903e1 Mon Sep 17 00:00:00 2001
From: Ihor Radchenko <yantar92@posteo.net>
Date: Tue, 20 Feb 2024 12:44:30 +0300
Subject: * lisp/gnus/mm-view.el (mm-display-inline-fontify): Mark contents
 untrusted.

(cherry picked from commit 937b9042ad7426acdcca33e3d931d8f495bdd804)
---
 lisp/gnus/mm-view.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el
index 828ac633dc5..cba18fc3941 100644
--- a/lisp/gnus/mm-view.el
+++ b/lisp/gnus/mm-view.el
@@ -468,6 +468,7 @@ mm-display-inline-fontify
     (with-temp-buffer
       (buffer-disable-undo)
       (mm-enable-multibyte)
+      (setq untrusted-content t)
       (insert (cond ((eq charset 'gnus-decoded)
 		     (with-current-buffer (mm-handle-buffer handle)
 		       (buffer-string)))
