From aee971da957340c70e714dc25210b27d5ad16e67 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 13:55:36 -0500 Subject: [PATCH 1/4] Updating File: config/config.js --- config/config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/config.js b/config/config.js index c3bfc1b..7643d18 100644 --- a/config/config.js +++ b/config/config.js @@ -58,9 +58,7 @@ module.exports = { ca: '', // An HTTP proxy to be used. Supports proxy Auth with Basic Auth, identical to support for // the url parameter (by embedding the auth info in the uri) - proxy: '', - - rejectUnauthorized: true + proxy: "" }, logging: { level: 'info' //trace, debug, info, warn, error, fatal From 389b24952c475252b7f08e91e9f79979b90e11aa Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 13:55:37 -0500 Subject: [PATCH 2/4] Updating File: config/config.json --- config/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index 1844c7a..de01108 100644 --- a/config/config.json +++ b/config/config.json @@ -20,8 +20,7 @@ "key": "", "passphrase": "", "ca": "", - "proxy": "", - "rejectUnauthorized": true + "proxy": "" }, "logging": { "level": "info" From 7b49c1322804917b626c10e3b87441e2eb664a27 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 15:06:02 -0500 Subject: [PATCH 3/4] Updating File: package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2a64a9..c593669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Unshorten.me", - "version": "3.0.4", + "version": "3.0.5", "main": "./integration.js", "private": true, "scripts": { From fd850293d7d00497e0be1fcedb0fdfd30edf7be7 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 15:06:03 -0500 Subject: [PATCH 4/4] Updating File: package-lock.json --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 1263984..cd5c9f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Unshorten.me", - "version": "3.0.4", + "version": "3.0.5", "lockfileVersion": 1, "requires": true, "dependencies": {