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 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" 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": { 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": {