0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/extensions/tls
TheAifam5 353a4a1af3
feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL verification (#11324)
This commit adds "--unsafely-treat-insecure-origin-as-secure" flag 
that allows to disable SSL verification for all domains, or specific
domains if they were passed as an argument to the flag.

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-08-09 16:53:21 +02:00
..
Cargo.toml feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL verification (#11324) 2021-08-09 16:53:21 +02:00
lib.rs feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL verification (#11324) 2021-08-09 16:53:21 +02:00