bool isLocalhost(String host) { final h = host.trim().toLowerCase(); return h == 'localhost' || h == '127.0.0.1' || h == '::1'; }