]> git.eshelyaron.com Git - emacs.git/commitdiff
Recommend using https for package-archives
authorStefan Kangas <stefankangas@gmail.com>
Mon, 16 Sep 2019 19:09:32 +0000 (21:09 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 20 Sep 2019 17:20:38 +0000 (19:20 +0200)
* lisp/emacs-lisp/package.el (package-archives): Recommend using https
sources where possible.  (Bug#33825)

lisp/emacs-lisp/package.el

index ef0c5171de686ab2bef9e8b349abcf968c8029b3..1e136cb54f74f530a15fa81e377bdfdbdfd46b06 100644 (file)
@@ -214,7 +214,10 @@ Each element has the form (ID . LOCATION).
   (Other types of URL are currently not supported.)
 
 Only add locations that you trust, since fetching and installing
-a package can run arbitrary code."
+a package can run arbitrary code.
+
+HTTPS URLs should be used where possible, as they offer superior
+security."
   :type '(alist :key-type (string :tag "Archive name")
                 :value-type (string :tag "URL or directory name"))
   :risky t