Drop blockProxies from config - fixup for #1444 / b54e86d

This commit is contained in:
Rory&
2025-12-18 23:31:13 +01:00
parent b54e86dd4d
commit a9fbdc7501
@@ -28,7 +28,6 @@ export class RegisterConfiguration {
guestsRequireInvite: boolean = true;
allowNewRegistration: boolean = true;
allowMultipleAccounts: boolean = true;
blockProxies: boolean = true;
blockIpDataCoThreatTypes: string[] = ["tor", "icloud_relay", "proxy", "datacenter", "anonymous", "known_attacker", "known_abuser", "threat"]; // matching ipdata's threat.is_* fields as of 2025/11/30, minus bogon
blockAsnTypes: string[] = [""];
blockAsns: string[] = [""];