summaryrefslogtreecommitdiff
path: root/flora/services/akkoma.nix
diff options
context:
space:
mode:
authorstuebinm2023-06-29 23:42:09 +0200
committerstuebinm2023-06-29 23:42:09 +0200
commitd7576dbe98d128316058256424f3fc566d07ad67 (patch)
tree84ff1ef7706423dacf9c68560fec0fd64f270f85 /flora/services/akkoma.nix
parenta34dfa9bc0aa62419e0d7822b5f384dd1d0a8379 (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/akkoma.nix')
-rw-r--r--flora/services/akkoma.nix4
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"])