]> git.eshelyaron.com Git - emacs.git/commitdiff
Make gnus-user-agent less verbose
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 30 Sep 2022 14:02:11 +0000 (16:02 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 30 Sep 2022 14:02:11 +0000 (16:02 +0200)
* lisp/gnus/gnus.el (gnus-user-agent): Don't include the Emacs/OS
version for privacy reasons (bug#58171).

lisp/gnus/gnus.el

index 64fc91ccfffc039fd57acaba2f5fe949a4a35f5d..778a46dab37a88738fc1529ca793e4f81de9b2c4 100644 (file)
@@ -2235,7 +2235,7 @@ Disabling the agent may result in noticeable loss of performance."
                       (symbol :tag "Parameter")
                       (sexp :tag "Value"))))
 
-(defcustom gnus-user-agent '(emacs gnus type)
+(defcustom gnus-user-agent '(gnus)
   "Which information should be exposed in the User-Agent header.
 
 Can be a list of symbols or a string.  Valid symbols are `gnus'
@@ -2243,7 +2243,7 @@ Can be a list of symbols or a string.  Valid symbols are `gnus'
 addition to the Emacs version, you can add `config' (show system
 configuration) or `type' (show system type).  If you set it to a
 string, be sure to use a valid format, see RFC 2616."
-  :version "22.1"
+  :version "29.1"
   :group 'gnus-message
   :type '(choice (list (set :inline t
                             (const :value gnus  :tag "Gnus version")