mirror of
https://github.com/certbot/certbot.git
synced 2026-04-23 07:07:03 -04:00
Add warning about changing the UA (#4843)
This commit is contained in:
parent
3f86e13acc
commit
bb8e504a02
1 changed files with 3 additions and 0 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue