Skip to content

Commit 4698630

Browse files
committed
[RFC] Time to switch 'el-get-allow-insecure to nil
1 parent b5a97f4 commit 4698630

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

el-get-custom.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,15 +612,15 @@ platforms where this recipe should apply"
612612
)
613613
,el-get-build-recipe-body))))))
614614

615-
;; TODO: this should be nil; change at the next major version bump
616-
(defcustom el-get-allow-insecure t
615+
(defcustom el-get-allow-insecure nil
617616
"Allow packages to be installed over insecure connections."
618617
:group 'el-get
619618
:type 'boolean)
620619

621620
(defcustom el-get-secure-protocols '("https" "ssh" "git+ssh" "bzr+ssh" "sftp")
622621
"List of secure protocols"
623622
:group 'el-get
624-
:type '(repeat string))
623+
:type '(repeat string)
624+
:package-version '(el-get-custom . "6"))
625625

626626
(provide 'el-get-custom)

0 commit comments

Comments
 (0)