feat(updater): allow accepting invalid TLS certs/hostnames via config (#3057)

Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
Christian Leingang
2025-11-24 14:56:59 +01:00
committed by GitHub
parent d8bfe61f20
commit fa601e8754
3 changed files with 28 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"updater": minor
"updater-js": minor
---
Allow configuring the updater client to accept invalid TLS certificates and hostnames for internal/self-signed update servers. These options are available via the plugin config (`dangerousAcceptInvalidCerts`, `dangerousAcceptInvalidHostnames`) and via the `UpdaterBuilder` (`dangerous_accept_invalid_certs`, `dangerous_accept_invalid_hostnames`).