mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
Recommend using https for package-archives
* lisp/emacs-lisp/package.el (package-archives): Recommend using https sources where possible. (Bug#33825)
This commit is contained in:
parent
cc59e292cf
commit
f1f2de7cdf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user