[Misc] Fix vulnerability of Enriched Text support for x-display MIME type

This commit is contained in:
Daniel - 2017-09-12 18:07:04 +02:00
parent 9358d3f24b
commit b601348690
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 6 additions and 0 deletions

View File

@ -200,6 +200,12 @@
"PERL_MB_OPT"
"PERL_MM_OPT"))
;; Fixes
(eval-after-load "enriched"
'(defun enriched-decode-display-prop (start end &optional param)
(list start end)))
t)
(add-hook 'after-init-hook #'db/run-init)