diff --git a/config/config.js b/config/config.js index dc4d102..65704ab 100644 --- a/config/config.js +++ b/config/config.js @@ -63,8 +63,7 @@ module.exports = { key: '', passphrase: '', ca: '', - proxy: '', - rejectUnauthorized: true + proxy: "" }, settings: { /** diff --git a/package-lock.json b/package-lock.json index 3c4e9d6..590962d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "MaxMind", - "version": "3.4.1", + "version": "3.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -29,4 +29,4 @@ "integrity": "sha512-/i9GruRjXsnDgehxvy6iZ4AFNVxngEFbwzirhdulomMNPGPVV3ECMZOWSw0w4sRMZ9Al9m4jy08GPvRxRUGYlw==" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index b3df9ca..b8d6558 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MaxMind", - "version": "3.4.1", + "version": "3.4.2", "main": "./integration.js", "description": "Polarity MaxMind Integration", "private": true, @@ -8,4 +8,4 @@ "async": "^3.2.0", "maxmind": "^4.3.8" } -} +} \ No newline at end of file