From d7576dbe98d128316058256424f3fc566d07ad67 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 29 Jun 2023 23:42:09 +0200 Subject: akkoma: workaround for a certain link this crashes the rich media link preview thingie. Maybe I will have motivation to look into why … --- flora/services/akkoma.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flora/services/akkoma.nix') diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix index ad7bad9..7baf9b7 100644 --- a/flora/services/akkoma.nix +++ b/flora/services/akkoma.nix @@ -85,6 +85,10 @@ in enabled = false; redirect_on_failure = true; }; + # ":rich_media".enabled = false; + ":rich_media".ignore_hosts = [ + "infocenter.nordicsemi.com" + ]; ":mrf_simple" = { reject = [ (mkTuple ["mastodon.social" "spam"]) -- cgit v1.2.3