From 0023cdf3412ce359e01245d116f0ac8626d6b534 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 10 Aug 2022 13:47:59 +0100 Subject: textsec and w3m --- custom/jao-custom-w3m.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'custom') diff --git a/custom/jao-custom-w3m.el b/custom/jao-custom-w3m.el index 4d1d621..634d21e 100644 --- a/custom/jao-custom-w3m.el +++ b/custom/jao-custom-w3m.el @@ -173,5 +173,11 @@ ("x" . jao-rss-subscribe) ("y" . w3m-print-current-url)))) +;;; textsec +;; the way in which w3m constructs ALT text for links to images confuses +;; makes it suspicious under textsec link check. +(with-eval-after-load "textsec" + (advice-add 'textsec-link-suspicious-p :override #'ignore)) + ;;; . (provide 'jao-custom-w3m) -- cgit v1.2.3