diff options
author | stuebinm | 2023-06-29 23:42:09 +0200 |
---|---|---|
committer | stuebinm | 2023-06-29 23:42:09 +0200 |
commit | d7576dbe98d128316058256424f3fc566d07ad67 (patch) | |
tree | 84ff1ef7706423dacf9c68560fec0fd64f270f85 /flora/services | |
parent | a34dfa9bc0aa62419e0d7822b5f384dd1d0a8379 (diff) |
akkoma: workaround for a certain link
this crashes the rich media link preview thingie. Maybe I will have
motivation to look into why …
Diffstat (limited to 'flora/services')
-rw-r--r-- | flora/services/akkoma.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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"]) |