diff --git a/config/config.js b/config/config.js index 97f1de3..02ac3e2 100644 --- a/config/config.js +++ b/config/config.js @@ -74,9 +74,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 344993f..b66659a 100644 --- a/config/config.json +++ b/config/config.json @@ -28,8 +28,7 @@ "key": "", "passphrase": "", "ca": "", - "proxy": "", - "rejectUnauthorized": true + "proxy": "" }, "logging": { "level": "info" diff --git a/package-lock.json b/package-lock.json index df5bc2f..898bd8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "urlscan", - "version": "3.6.3", + "version": "3.6.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2956,4 +2956,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index da37547..da5986c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urlscan", - "version": "3.6.3", + "version": "3.6.4", "main": "./integration.js", "private": true, "scripts": { @@ -16,4 +16,4 @@ "jest": "^28.1.0", "nock": "^13.2.4" } -} +} \ No newline at end of file