From bb8e504a02a4eef63f193851fa093980875adc35 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 16 Jun 2017 15:01:13 -0700 Subject: [PATCH] Add warning about changing the UA (#4843) --- certbot/client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/certbot/client.py b/certbot/client.py index af2868f6a..7896ab7dc 100644 --- a/certbot/client.py +++ b/certbot/client.py @@ -53,6 +53,9 @@ def determine_user_agent(config): :rtype: `str` """ + # WARNING: To ensure changes are in line with Certbot's privacy + # policy, talk to a core Certbot team member before making any + # changes here. if config.user_agent is None: ua = ("CertbotACMEClient/{0} ({1}; {2}) Authenticator/{3} Installer/{4} " "({5}; flags: {6}) Py/{7}")