From 588e3855125d236f84733a5ddfdbd5065abbd1ed Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sat, 14 Feb 2026 12:55:32 -0700 Subject: [PATCH] Dont do this... its super insecure as it turns out. --- modules/matrix.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/matrix.nix b/modules/matrix.nix index 7b2148a..4c35d0a 100644 --- a/modules/matrix.nix +++ b/modules/matrix.nix @@ -37,8 +37,6 @@ in gzip_compression = true; brotli_compression = true; - url_preview_domain_contains_allowlist = [ "*" ]; - allow_local_presence = true; allow_incoming_presence = true; allow_outgoing_presence = true;