diff --git a/src/structs.rs b/src/structs.rs index 86934aa..939b542 100644 --- a/src/structs.rs +++ b/src/structs.rs @@ -55,7 +55,7 @@ impl Default for Config { force_update: false, args: String::default(), engine: String::default(), - use_https: false, + use_https: true, } } }