Check if the given URL is secure (HTTPS).
bool isSecure(String url) { return url.startsWith('https://'); }