-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
LetsEncrypt: Allow to set User-Agent #4140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -28,6 +28,12 @@ configuration: | |||||||||||||||||||||||||
Only relevant with a custom ACME server using a certificate signed by an | ||||||||||||||||||||||||||
untrusted certificate authority (CA) that requires addition to the trust | ||||||||||||||||||||||||||
store. | ||||||||||||||||||||||||||
user_agent: | ||||||||||||||||||||||||||
name: User Agent | ||||||||||||||||||||||||||
description: User-Agent HTTP header sent by addon. | ||||||||||||||||||||||||||
user_agent_comment: | ||||||||||||||||||||||||||
name: User Agent Comment | ||||||||||||||||||||||||||
description: Comment added to addon User-Agent HTTP header. | ||||||||||||||||||||||||||
Comment on lines
+31
to
+36
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix wording; use “add-on”; clarify semantics and precedence Improve clarity and correctness of UI strings. user_agent:
name: User Agent
- description: User-Agent HTTP header sent by addon.
+ description: User-Agent header sent by the add-on.
user_agent_comment:
name: User Agent Comment
- description: Comment added to addon User-Agent HTTP header.
+ description: Comment appended to Certbot’s default User-Agent header. Ignored if User Agent is set. 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||||||||||||||||||||||
dns: | ||||||||||||||||||||||||||
name: DNS | ||||||||||||||||||||||||||
description: DNS Provider configuration | ||||||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tighten wording, fix style, and use sentence-style heading; Certbot casing
Adopt a direct tone, fix “addon”→“add-on”, “CertBot”→“Certbot”, and sentence-style capitalization in the summary. Also simplify the guidance and precedence note.
Apply:
-Setting field
user_agent_comment
will add value to CertBot User-Agent header:+Set
user_agent_comment
to append a value to Certbot’s default User-Agent header:-Note
```user_agent_comment
will be ignored ifuser_agent
is set.+
user_agent_comment
is ignored whenuser_agent
is set.📝 Committable suggestion
🧰 Tools
🪛 LanguageTool
[grammar] ~261-~261: There might be a mistake here.
Context: ...auditing purposes it might be useful to override User-Agent HTTP header that addon and i...
(QB_NEW_EN)
[grammar] ~261-~261: Ensure spelling is correct
Context: ...to override User-Agent HTTP header that addon and its providers send when making requ...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
[grammar] ~263-~263: There might be a mistake here.
Context: ...ting field
user_agent
will completely override value of User-Agent: ```yaml user_...(QB_NEW_EN)
[grammar] ~269-~269: There might be a mistake here.
Context: ...eld
user_agent_comment
will add value to CertBot User-Agent header: ```yaml ...(QB_NEW_EN)
🤖 Prompt for AI Agents