feat(http): add dangerous settings / disable ssl verification - issue #518 (#2204)

This commit is contained in:
DiamondDrake
2025-01-21 19:23:37 -05:00
committed by GitHub
parent ce11079f19
commit 105136494c
6 changed files with 62 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"http": minor
"http-js": minor
---
Add `dangerous-settings` feature flag and new JS `danger` option to disable tls hostname/certificate validation.