Zulip Chat Archive
Stream: new members
Topic: HTTP in lean4-mode installation docs
Isak Colboubrani (Mar 12 2024 at 20:38):
The lean4-mode
install documentation suggests adding (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
to init.el
. Is the use of HTTP (instead of HTTPS) intentional?
Isak Colboubrani (Mar 13 2024 at 23:16):
Perhaps signature checking is done out-of-band in some way, thus reducing the need for HTTPS, that is, there is no risk of code injection via MITM attacks. @Sebastian Ullrich, do you happen to know?
Last updated: May 02 2025 at 03:31 UTC