synapse: update blocklist
This commit is contained in:
parent
09595d84f2
commit
e8d15a1267
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue