refactor: --unsafely-ignore-certificate-errors (#11629)

This commit is contained in:
Bartek Iwańczuk 2021-08-10 13:19:45 +02:00 committed by GitHub
parent 465cf9a6fe
commit b9a8111a00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 78 additions and 79 deletions

View file

@ -27,7 +27,7 @@ async fn main() -> Result<(), AnyError> {
args: vec![],
debug_flag: false,
unstable: false,
unsafely_treat_insecure_origin_as_secure: None,
unsafely_ignore_certificate_errors: None,
root_cert_store: None,
user_agent: "hello_runtime".to_string(),
seed: None,