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 4, 2016
1 parent f5db18d commit a001240
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,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'."
Expand All @@ -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)

0 comments on commit a001240

Please sign in to comment.