Skip to content

Commit

Permalink
[RFC] Time to switch 'el-get-allow-insecure to nil
Browse files Browse the repository at this point in the history
  • Loading branch information
manandbytes committed Sep 2, 2016
1 parent b680f33 commit 4396e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions el-get-custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -612,15 +612,15 @@ 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."
:group 'el-get
:type 'boolean)

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

(provide 'el-get-custom)

0 comments on commit 4396e20

Please sign in to comment.