Fix DDownload downloads failing due to SSL certificate verification

DDownload's storage servers (dstorage.org) use certificates that fail
Node.js TLS verification. Add skipTlsVerify flag to UnrestrictedLink
and temporarily disable TLS verification for the download fetch when
the flag is set.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-05 02:32:59 +01:00
co-authored by Claude Opus 4.6
parent 068da94e2a
commit 6db03f05a9
4 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "real-debrid-downloader",
"version": "1.6.37",
"version": "1.6.38",
"description": "Desktop downloader",
"main": "build/main/main/main.js",
"author": "Sucukdeluxe",