Skip to content

Commit 9414dc4

Browse files
author
Jon Penwood
authored
Merge pull request #20 from polarityio/develop
Removing rejectUnauthorized from config files
2 parents 1ed966c + 32e907d commit 9414dc4

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

config/config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ module.exports = {
6363
key: '',
6464
passphrase: '',
6565
ca: '',
66-
proxy: '',
67-
rejectUnauthorized: true
66+
proxy: ""
6867
},
6968
settings: {
7069
/**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "MaxMind",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"main": "./integration.js",
55
"description": "Polarity MaxMind Integration",
66
"private": true,
77
"dependencies": {
88
"async": "^3.2.0",
99
"maxmind": "^4.3.8"
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)