We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a97f4 commit 4698630Copy full SHA for 4698630
1 file changed
el-get-custom.el
@@ -612,15 +612,15 @@ platforms where this recipe should apply"
612
)
613
,el-get-build-recipe-body))))))
614
615
-;; TODO: this should be nil; change at the next major version bump
616
-(defcustom el-get-allow-insecure t
+(defcustom el-get-allow-insecure nil
617
"Allow packages to be installed over insecure connections."
618
:group 'el-get
619
:type 'boolean)
620
621
(defcustom el-get-secure-protocols '("https" "ssh" "git+ssh" "bzr+ssh" "sftp")
622
"List of secure protocols"
623
624
- :type '(repeat string))
+ :type '(repeat string)
+ :package-version '(el-get-custom . "6"))
625
626
(provide 'el-get-custom)
0 commit comments