mirror of
https://github.com/certbot/certbot.git
synced 2026-07-24 23:03:42 +02:00
Add warning about changing the UA (#4843)
This commit is contained in:
committed by
Peter Eckersley
parent
3f86e13acc
commit
bb8e504a02
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user