]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
config: Switch to https for OTA channels
authorErfan Abdi <erfangplus@gmail.com>
Fri, 4 Feb 2022 16:40:07 +0000 (20:10 +0330)
committerErfan Abdi <erfangplus@gmail.com>
Fri, 4 Feb 2022 16:40:07 +0000 (20:10 +0330)
* Fix issue #297

tools/config/__init__.py

index 2c5b9198acadb1ef8825c8aacfeda4f496d3df31..b5274a381e440e7057428d386213711b3ba2503a 100644 (file)
@@ -71,8 +71,8 @@ if session_defaults["pulse_runtime_path"] == "None":
 
 channels_defaults = {
     "config_path": "/usr/share/waydroid-extra/channels.cfg",
 
 channels_defaults = {
     "config_path": "/usr/share/waydroid-extra/channels.cfg",
-    "system_channel": "http://ota.waydro.id/system",
-    "vendor_channel": "http://ota.waydro.id/vendor",
+    "system_channel": "https://ota.waydro.id/system",
+    "vendor_channel": "https://ota.waydro.id/vendor",
     "rom_type": "lineage",
     "system_type": "VANILLA"
 }
     "rom_type": "lineage",
     "system_type": "VANILLA"
 }