mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08: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
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue