synapse: update blocklist

This commit is contained in:
Daniel Kempkens 2022-11-27 23:11:46 +01:00
parent 09595d84f2
commit e8d15a1267
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -81,6 +81,11 @@
"2001:db8::/32"
"2a01:4f8:c2c:989c::/64"
];
url_preview_url_blacklist = [
{ username = "*"; }
{ scheme = "http"; }
{ netloc = "^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$"; }
];
inherit (secret.synapse) registration_shared_secret;
inherit (secret.synapse) macaroon_secret_key;