From 28bae7ebd21a48cfc507b52e7ba8d79547bd9393 Mon Sep 17 00:00:00 2001 From: Mykola Nikishov Date: Fri, 2 Sep 2016 14:56:30 +0300 Subject: [PATCH] [RFC] Time to switch 'el-get-allow-insecure to nil --- el-get-custom.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el-get-custom.el b/el-get-custom.el index a64ba8d92..a333e83ba 100644 --- a/el-get-custom.el +++ b/el-get-custom.el @@ -612,8 +612,7 @@ platforms where this recipe should apply" ) ,el-get-build-recipe-body)))))) -;; TODO: this should be nil; change at the next major version bump -(defcustom el-get-allow-insecure t +(defcustom el-get-allow-insecure nil "Allow packages to be installed over insecure connections. See `el-get-insecure-check'." @@ -625,6 +624,7 @@ See `el-get-insecure-check'." See `el-get-insecure-check'." :group 'el-get + :package-version '(el-get . "6") :type '(repeat string)) (provide 'el-get-custom)