diff --git a/CHANGELOG.md b/CHANGELOG.md index 7710342..bb84c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.24.9 | 2025-01-04 | `checkWebsite()` reestablished certificate validation | | 5.24.8 | 2025-01-03 | `powerShell()` detect default installation path (windows) | | 5.24.7 | 2025-01-03 | `system()` chassis type parsing improved (macOS) | | 5.24.6 | 2025-01-02 | `cpu()` clean brand string (linux) | diff --git a/docs/history.html b/docs/history.html index b48e9df..14a9f62 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.24.9 + 2025-01-04 + checkWebsite() reestablished certificate validation + 5.24.8 2025-01-03 diff --git a/docs/index.html b/docs/index.html index 414919c..87530fa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
- 3
New Version: 5.24.8
+ 3
New Version: 5.24.9
@@ -212,7 +212,7 @@
Downloads last month
-
792
+
793
Dependents
diff --git a/lib/util.js b/lib/util.js index c03ddad..50d68b9 100644 --- a/lib/util.js +++ b/lib/util.js @@ -2515,7 +2515,7 @@ function checkWebsite(url, timeout = 5000) { const t = Date.now(); return new Promise((resolve) => { const request = http - .get(url, { rejectUnauthorized: false }, function (res) { + .get(url, function (res) { res.on('data', () => { }); res.on('end', () => { resolve({