mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-07 14:11:52 +00:00
Currently users can set content and version urls based on http or https protocols. This pose a security risk if users decide to use http. This commit blocks swupd from working with http unless is specifically allowed by using the --allow-insecure-http flag. Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>